Html Css Color HEX #085EF5 Navy Blue

📋 copy color: '#085EF5'

red 8 ◦ green 94 ◦ blue 245

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

Shades of Navy Blue #085EF5

Tints of Navy Blue #085EF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 70.61%

R = 2.31%
G = 27.09%
B = 70.61%

CMYK

 C value IS 0.97

 M value IS 0.62

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#085EF5 (or 0x085EF5) is known color: Navy Blue. HEX triplet: 08, 5E and F5. RGB value is (8,94,245). Sum of RGB (Red+Green+Blue) = 8+94+245=347 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.31% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 245 (96.09% from 255 or 70.61% from 347); Max value from RGB is 245 - color contains mainly: blue. Hex color #085EF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #085EF5 is #F7A10A. Grayscale: #545454. Windows color (decimal): -16228619 or 16080392. OLE color: 16080392.

HSL color Cylindrical-coordinate representation of color #085EF5: hue angle of 218.23º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #085EF5 is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 8 94 245 -
CMYK 0.97 0.62 0 0.04
HSL 218.23º 0.94% 0.5% -
HSV(B) 218.23º 0.97% 0.96% -
XYZ 20.58 14.65 88.13 -
YUV 85.5 218.01 72.72 -
System Red Green Blue C M Y K H S L
Decimal 8 94 245 0.97 0.62 0 0.04 218.23 0.94 0.5
Hex 8 5E F5 61 3E 0 4 DA 5E 32
Octal 10 136 365 141 76 0 4 332 136 62
Binary 1000 1011110 11110101 1100001 111110 0 100 11011010 1011110 110010

Color Harmonies of #085EF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085EF5

Black with #085EF5

Text Example


Text Example

White with #085EF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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