Html Css Color HEX #085AFE Navy Blue

📋 copy color: '#085AFE'

red 8 ◦ green 90 ◦ blue 254

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

Shades of Navy Blue #085AFE

Tints of Navy Blue #085AFE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.57%

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

R = 2.27%
G = 25.57%
B = 72.16%

CMYK

 C value IS 0.97

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#085AFE (or 0x085AFE) is known color: Navy Blue. HEX triplet: 08, 5A and FE. RGB value is (8,90,254). Sum of RGB (Red+Green+Blue) = 8+90+254=352 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.27% from 352); Green value is 90 (35.55% from 255 or 25.57% from 352); Blue value is 254 (99.61% from 255 or 72.16% from 352); Max value from RGB is 254 - color contains mainly: blue. Hex color #085AFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #085AFE is #F7A501. Grayscale: #535353. Windows color (decimal): -16229634 or 16669192. OLE color: 16669192.

HSL color Cylindrical-coordinate representation of color #085AFE: hue angle of 220º 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 #085AFE is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 8 90 254 -
CMYK 0.97 0.65 0 0.00
HSL 220º 0.99% 0.51% -
HSV(B) 220º 0.97% 1% -
XYZ 21.65 14.52 95.43 -
YUV 84.18 223.83 73.66 -
System Red Green Blue C M Y K H S L
Decimal 8 90 254 0.97 0.65 0 0.00 220 0.99 0.51
Hex 8 5A FE 61 41 0 0 DC 63 33
Octal 10 132 376 141 101 0 0 334 143 63
Binary 1000 1011010 11111110 1100001 1000001 0 0 11011100 1100011 110011

Color Harmonies of #085AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085AFE

Black with #085AFE

Text Example


Text Example

White with #085AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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