Color Hex Logo

#024bce Color Hex

#024BCE
(2,75,206)
0 Favorites   0 Comments

Color spaces of #024bce

RGB 275206
HSL0.610.980.41
HSV219°99°81°
CMYK 0.990.640.00   0.19
XYZ13.68179.501359.5053
Yxy9.50130.16550.1149
Hunter Lab30.824225.2872-92.8809
CIE-Lab36.932133.8863-72.2544

#024bce color RGB value is (2,75,206).

#024bce hex color red value is 2, green value is 75 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #024bce hue: 0.61 , saturation: 0.98 and the lightness value of 024bce is 0.41.

The process color (four color CMYK) of #024bce color hex is 0.99, 0.64, 0.00, 0.19. Web safe color of #024bce is #0033cc. Color #024bce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01001011 11001110
Octal 2 113 316
Decimal 2 75 206
Hex 2 4B CE

RGB Percentages of Color #024bce

%0.71
%26.50
%72.79

CMYK Percentages of Color #024bce

%99
%64
%0
%19

Triadic Colors of #024bce

#024bce #ce024b #4bce02

Analogous Colors of #024bce

#024bce #1f02ce #02b1ce

Monochromatic Colors of #024bce

#024bce

Complementary Color

#024bce #ce8502

#024bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#024bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#024bce Color CSS Codes

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

#024bce Text Font Color

<p style="color:#024bce">Text here</p>

This sample text font color is #024bce
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.


#024bce Background Color

<div style="background-color:#024bce">
Div content here</div>

This div background color is #024bce


#024bce Border Color

<div style="border:3px solid #024bce">
Div here</div>

This div border color is #024bce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,75,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #024bce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #024bce;
  -webkit-box-shadow: 1px 1px 3px 2px #024bce;
  box-shadow:         1px 1px 3px 2px #024bce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #024bce


Comments

No comments written yet.

Please login to write comment.