Html Css Color HEX #085EF0 Navy Blue

📋 copy color: '#085EF0'

red 8 ◦ green 94 ◦ blue 240

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

Shades of Navy Blue #085EF0

Tints of Navy Blue #085EF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 70.18%

R = 2.34%
G = 27.49%
B = 70.18%

CMYK

 C value IS 0.97

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#085EF0 (or 0x085EF0) is known color: Navy Blue. HEX triplet: 08, 5E and F0. RGB value is (8,94,240). Sum of RGB (Red+Green+Blue) = 8+94+240=342 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.34% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 240 (94.14% from 255 or 70.18% from 342); Max value from RGB is 240 - color contains mainly: blue. Hex color #085EF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #085EF0 is #F7A10F. Grayscale: #545454. Windows color (decimal): -16228624 or 15752712. OLE color: 15752712.

HSL color Cylindrical-coordinate representation of color #085EF0: hue angle of 217.76º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #085EF0 is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 8 94 240 -
CMYK 0.97 0.61 0 0.06
HSL 217.76º 0.94% 0.49% -
HSV(B) 217.76º 0.97% 0.94% -
XYZ 19.83 14.35 84.16 -
YUV 84.93 215.51 73.13 -
System Red Green Blue C M Y K H S L
Decimal 8 94 240 0.97 0.61 0 0.06 217.76 0.94 0.49
Hex 8 5E F0 61 3D 0 6 DA 5E 31
Octal 10 136 360 141 75 0 6 332 136 61
Binary 1000 1011110 11110000 1100001 111101 0 110 11011010 1011110 110001

Color Harmonies of #085EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085EF0

Black with #085EF0

Text Example


Text Example

White with #085EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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