Html Css Color HEX #040EE8 Blue

📋 copy color: '#040EE8'

red 4 ◦ green 14 ◦ blue 232

#040EE8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue #040EE8

Tints of Blue #040EE8

RGB

 RED value IS 4 (1.95% from 255) = 1.6%

 GREEN value IS 14 (5.86% from 255) = 5.6%

 BLUE value IS 232 (91.02% from 255) = 92.8%

R = 1.6%
G = 5.6%
B = 92.8%

CMYK

 C value IS 0.98

 M value IS 0.94

 Y value IS 0

 K value IS 0.09

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#040EE8 (or 0x040EE8) is known color: Blue. HEX triplet: 04, 0E and E8. RGB value is (4,14,232). Sum of RGB (Red+Green+Blue) = 4+14+232=250 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.6% from 250); Green value is 14 (5.86% from 255 or 5.6% from 250); Blue value is 232 (91.02% from 255 or 92.8% from 250); Max value from RGB is 232 - color contains mainly: blue. Hex color #040EE8 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #040EE8 is #FBF117. Grayscale: #222222. Windows color (decimal): -16511256 or 15207940. OLE color: 15207940.

HSL color Cylindrical-coordinate representation of color #040EE8: hue angle of 237.37º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040EE8 is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 4 14 232 -
CMYK 0.98 0.94 0 0.09
HSL 237.37º 0.97% 0.46% -
HSV(B) 237.37º 0.98% 0.91% -
XYZ 14.77 6.17 76.76 -
YUV 35.86 238.69 105.27 -
System Red Green Blue C M Y K H S L
Decimal 4 14 232 0.98 0.94 0 0.09 237.37 0.97 0.46
Hex 4 E E8 62 5E 0 9 ED 61 2E
Octal 4 16 350 142 136 0 11 355 141 56
Binary 100 1110 11101000 1100010 1011110 0 1001 11101101 1100001 101110

Color Harmonies of #040EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040EE8

Black with #040EE8

Text Example


Text Example

White with #040EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040EE8; }

 p { color: rgb(4,14,232); }

 H1.HeaderClassName
 {
   color: #040EE8;
 }
 .AnyTagClassName
 {
   color: #040EE8;
 }
</style>

background-color css

<style>
 a { background-color: #040EE8; }

 a { background-color: rgb(4,14,232); }

 div.DivClassName
 {
   background-color: #040EE8;
 }
 .BgClassName
 {
   background-color: #040EE8;
 }
</style>

border-color css

<style>
 span { border-color: #040EE8; }

 span { border-color: rgb(4,14,232); }

 td.TdClassName
 {
   border-color: #040EE8;
 }
 .TagClassName
 {
   border-color: #040EE8;
 }
</style>