Html Css Color HEX #085EE4 Navy Blue

📋 copy color: '#085EE4'

red 8 ◦ green 94 ◦ blue 228

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

Shades of Navy Blue #085EE4

Tints of Navy Blue #085EE4

RGB

 RED value IS 8 (3.52% from 255) = 2.42%

 GREEN value IS 94 (37.11% from 255) = 28.48%

 BLUE value IS 228 (89.45% from 255) = 69.09%

R = 2.42%
G = 28.48%
B = 69.09%

CMYK

 C value IS 0.96

 M value IS 0.59

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#085EE4 (or 0x085EE4) is known color: Navy Blue. HEX triplet: 08, 5E and E4. RGB value is (8,94,228). Sum of RGB (Red+Green+Blue) = 8+94+228=330 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.42% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 228 (89.45% from 255 or 69.09% from 330); Max value from RGB is 228 - color contains mainly: blue. Hex color #085EE4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085EE4 is #F7A11B. Grayscale: #525252. Windows color (decimal): -16228636 or 14966280. OLE color: 14966280.

HSL color Cylindrical-coordinate representation of color #085EE4: hue angle of 216.55º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #085EE4 is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 8 94 228 -
CMYK 0.96 0.59 0 0.11
HSL 216.55º 0.93% 0.46% -
HSV(B) 216.55º 0.96% 0.89% -
XYZ 18.11 13.66 75.08 -
YUV 83.56 209.51 74.1 -
System Red Green Blue C M Y K H S L
Decimal 8 94 228 0.96 0.59 0 0.11 216.55 0.93 0.46
Hex 8 5E E4 60 3B 0 B D9 5D 2E
Octal 10 136 344 140 73 0 13 331 135 56
Binary 1000 1011110 11100100 1100000 111011 0 1011 11011001 1011101 101110

Color Harmonies of #085EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085EE4

Black with #085EE4

Text Example


Text Example

White with #085EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085EE4; }

 p { color: rgb(8,94,228); }

 H1.HeaderClassName
 {
   color: #085EE4;
 }
 .AnyTagClassName
 {
   color: #085EE4;
 }
</style>

background-color css

<style>
 a { background-color: #085EE4; }

 a { background-color: rgb(8,94,228); }

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

border-color css

<style>
 span { border-color: #085EE4; }

 span { border-color: rgb(8,94,228); }

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