Html Css Color HEX #085AFC Navy Blue

📋 copy color: '#085AFC'

red 8 ◦ green 90 ◦ blue 252

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

Shades of Navy Blue #085AFC

Tints of Navy Blue #085AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 72%

R = 2.29%
G = 25.71%
B = 72%

CMYK

 C value IS 0.97

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#085AFC (or 0x085AFC) is known color: Navy Blue. HEX triplet: 08, 5A and FC. RGB value is (8,90,252). Sum of RGB (Red+Green+Blue) = 8+90+252=350 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.29% from 350); Green value is 90 (35.55% from 255 or 25.71% from 350); Blue value is 252 (98.83% from 255 or 72% from 350); Max value from RGB is 252 - color contains mainly: blue. Hex color #085AFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #085AFC is #F7A503. Grayscale: #535353. Windows color (decimal): -16229636 or 16538120. OLE color: 16538120.

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

Color convert

RGB 8 90 252 -
CMYK 0.97 0.64 0 0.01
HSL 219.84º 0.98% 0.51% -
HSV(B) 219.84º 0.97% 0.99% -
XYZ 21.33 14.39 93.75 -
YUV 83.95 222.83 73.83 -
System Red Green Blue C M Y K H S L
Decimal 8 90 252 0.97 0.64 0 0.01 219.84 0.98 0.51
Hex 8 5A FC 61 40 0 1 DC 62 33
Octal 10 132 374 141 100 0 1 334 142 63
Binary 1000 1011010 11111100 1100001 1000000 0 1 11011100 1100010 110011

Color Harmonies of #085AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085AFC

Black with #085AFC

Text Example


Text Example

White with #085AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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