Html Css Color HEX #085FDC Navy Blue

📋 copy color: '#085FDC'

red 8 ◦ green 95 ◦ blue 220

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

Shades of Navy Blue #085FDC

Tints of Navy Blue #085FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 68.11%

R = 2.48%
G = 29.41%
B = 68.11%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#085FDC (or 0x085FDC) is known color: Navy Blue. HEX triplet: 08, 5F and DC. RGB value is (8,95,220). Sum of RGB (Red+Green+Blue) = 8+95+220=323 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.48% from 323); Green value is 95 (37.5% from 255 or 29.41% from 323); Blue value is 220 (86.33% from 255 or 68.11% from 323); Max value from RGB is 220 - color contains mainly: blue. Hex color #085FDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085FDC is #F7A023. Grayscale: #525252. Windows color (decimal): -16228388 or 14442248. OLE color: 14442248.

HSL color Cylindrical-coordinate representation of color #085FDC: hue angle of 215.38º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #085FDC is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 8 95 220 -
CMYK 0.96 0.57 0 0.14
HSL 215.38º 0.93% 0.45% -
HSV(B) 215.38º 0.96% 0.86% -
XYZ 17.11 13.4 69.4 -
YUV 83.24 205.18 74.34 -
System Red Green Blue C M Y K H S L
Decimal 8 95 220 0.96 0.57 0 0.14 215.38 0.93 0.45
Hex 8 5F DC 60 39 0 E D7 5D 2D
Octal 10 137 334 140 71 0 16 327 135 55
Binary 1000 1011111 11011100 1100000 111001 0 1110 11010111 1011101 101101

Color Harmonies of #085FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085FDC

Black with #085FDC

Text Example


Text Example

White with #085FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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