Html Css Color HEX #085DD8 Navy Blue

📋 copy color: '#085DD8'

red 8 ◦ green 93 ◦ blue 216

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

Shades of Navy Blue #085DD8

Tints of Navy Blue #085DD8

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.34%

 BLUE value IS 216 (84.77% from 255) = 68.14%

R = 2.52%
G = 29.34%
B = 68.14%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#085DD8 (or 0x085DD8) is known color: Navy Blue. HEX triplet: 08, 5D and D8. RGB value is (8,93,216). Sum of RGB (Red+Green+Blue) = 8+93+216=317 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.52% from 317); Green value is 93 (36.72% from 255 or 29.34% from 317); Blue value is 216 (84.77% from 255 or 68.14% from 317); Max value from RGB is 216 - color contains mainly: blue. Hex color #085DD8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085DD8 is #F7A227. Grayscale: #515151. Windows color (decimal): -16228904 or 14179592. OLE color: 14179592.

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

Color convert

RGB 8 93 216 -
CMYK 0.96 0.57 0 0.15
HSL 215.48º 0.93% 0.44% -
HSV(B) 215.48º 0.96% 0.85% -
XYZ 16.41 12.84 66.58 -
YUV 81.61 203.84 75.5 -
System Red Green Blue C M Y K H S L
Decimal 8 93 216 0.96 0.57 0 0.15 215.48 0.93 0.44
Hex 8 5D D8 60 39 0 F D7 5D 2C
Octal 10 135 330 140 71 0 17 327 135 54
Binary 1000 1011101 11011000 1100000 111001 0 1111 11010111 1011101 101100

Color Harmonies of #085DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085DD8

Black with #085DD8

Text Example


Text Example

White with #085DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,93,216); }

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

background-color css

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

 a { background-color: rgb(8,93,216); }

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

border-color css

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

 span { border-color: rgb(8,93,216); }

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