Html Css Color HEX #085AFD Navy Blue

📋 copy color: '#085AFD'

red 8 ◦ green 90 ◦ blue 253

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

Shades of Navy Blue #085AFD

Tints of Navy Blue #085AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 72.08%

R = 2.28%
G = 25.64%
B = 72.08%

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

#085AFD (or 0x085AFD) is known color: Navy Blue. HEX triplet: 08, 5A and FD. RGB value is (8,90,253). Sum of RGB (Red+Green+Blue) = 8+90+253=351 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.28% from 351); Green value is 90 (35.55% from 255 or 25.64% from 351); Blue value is 253 (99.22% from 255 or 72.08% from 351); Max value from RGB is 253 - color contains mainly: blue. Hex color #085AFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #085AFD is #F7A502. Grayscale: #535353. Windows color (decimal): -16229635 or 16603656. OLE color: 16603656.

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

Color convert

RGB 8 90 253 -
CMYK 0.97 0.64 0 0.01
HSL 219.92º 0.98% 0.51% -
HSV(B) 219.92º 0.97% 0.99% -
XYZ 21.49 14.46 94.59 -
YUV 84.06 223.33 73.75 -
System Red Green Blue C M Y K H S L
Decimal 8 90 253 0.97 0.64 0 0.01 219.92 0.98 0.51
Hex 8 5A FD 61 40 0 1 DC 62 33
Octal 10 132 375 141 100 0 1 334 142 63
Binary 1000 1011010 11111101 1100001 1000000 0 1 11011100 1100010 110011

Color Harmonies of #085AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085AFD

Black with #085AFD

Text Example


Text Example

White with #085AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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