Html Css Color HEX #085FFE Navy Blue

📋 copy color: '#085FFE'

red 8 ◦ green 95 ◦ blue 254

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

Shades of Navy Blue #085FFE

Tints of Navy Blue #085FFE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.61%

 BLUE value IS 254 (99.61% from 255) = 71.15%

R = 2.24%
G = 26.61%
B = 71.15%

CMYK

 C value IS 0.97

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#085FFE (or 0x085FFE) is known color: Navy Blue. HEX triplet: 08, 5F and FE. RGB value is (8,95,254). Sum of RGB (Red+Green+Blue) = 8+95+254=357 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.24% from 357); Green value is 95 (37.5% from 255 or 26.61% from 357); Blue value is 254 (99.61% from 255 or 71.15% from 357); Max value from RGB is 254 - color contains mainly: blue. Hex color #085FFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #085FFE is #F7A001. Grayscale: #565656. Windows color (decimal): -16228354 or 16670472. OLE color: 16670472.

HSL color Cylindrical-coordinate representation of color #085FFE: hue angle of 218.78º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #085FFE is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 8 95 254 -
CMYK 0.97 0.63 0 0.00
HSL 218.78º 0.99% 0.51% -
HSV(B) 218.78º 0.97% 1% -
XYZ 22.08 15.39 95.57 -
YUV 87.11 222.18 71.57 -
System Red Green Blue C M Y K H S L
Decimal 8 95 254 0.97 0.63 0 0.00 218.78 0.99 0.51
Hex 8 5F FE 61 3F 0 0 DB 63 33
Octal 10 137 376 141 77 0 0 333 143 63
Binary 1000 1011111 11111110 1100001 111111 0 0 11011011 1100011 110011

Color Harmonies of #085FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085FFE

Black with #085FFE

Text Example


Text Example

White with #085FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,95,254); }

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

background-color css

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

 a { background-color: rgb(8,95,254); }

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

border-color css

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

 span { border-color: rgb(8,95,254); }

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