Color Hex Logo

#0238d8 Color Hex

#0238D8
(2,56,216)
0 Favorites   0 Comments

Color spaces of #0238d8

RGB 256216
HSL0.620.980.43
HSV225°99°85°
CMYK 0.990.740.00   0.15
XYZ13.83397.799165.7420
Yxy7.79910.15830.0893
Hunter Lab27.926939.5500-120.0244
CIE-Lab33.560949.3852-83.5907

#0238d8 color RGB value is (2,56,216).

#0238d8 hex color red value is 2, green value is 56 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #0238d8 hue: 0.62 , saturation: 0.98 and the lightness value of 0238d8 is 0.43.

The process color (four color CMYK) of #0238d8 color hex is 0.99, 0.74, 0.00, 0.15. Web safe color of #0238d8 is #0033cc. Color #0238d8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00111000 11011000
Octal 2 70 330
Decimal 2 56 216
Hex 2 38 D8

RGB Percentages of Color #0238d8

%0.73
%20.44
%78.83

CMYK Percentages of Color #0238d8

%99
%74
%0
%15

Triadic Colors of #0238d8

#0238d8 #d80238 #38d802

Analogous Colors of #0238d8

#0238d8 #3702d8 #02a3d8

Monochromatic Colors of #0238d8

#0238d8

Complementary Color

#0238d8 #d8a202

#0238d8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0238d8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0238d8 Color CSS Codes

.mybgcolor {background-color:#0238d8; } 
.myforecolor {color:#0238d8; }
.mybordercolor {border:3px solid #0238d8; }

#0238d8 Text Font Color

<p style="color:#0238d8">Text here</p>

This sample text font color is #0238d8
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#0238d8 Background Color

<div style="background-color:#0238d8">
Div content here</div>

This div background color is #0238d8


#0238d8 Border Color

<div style="border:3px solid #0238d8">
Div here</div>

This div border color is #0238d8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,56,216, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0238d8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0238d8;
  -webkit-box-shadow: 1px 1px 3px 2px #0238d8;
  box-shadow:         1px 1px 3px 2px #0238d8; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(2,56,216, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #0238d8">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #0238d8;
  -webkit-box-shadow: 1px 1px 3px 2px #0238d8;
  box-shadow:         1px 1px 3px 2px #0238d8;">
Div content here</div>

This div box has shadow with color #0238d8


Comments

No comments written yet.

Please login to write comment.