Html Css Color HEX #085DD1 Navy Blue

📋 copy color: '#085DD1'

red 8 ◦ green 93 ◦ blue 209

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

Shades of Navy Blue #085DD1

Tints of Navy Blue #085DD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 67.42%

R = 2.58%
G = 30%
B = 67.42%

CMYK

 C value IS 0.96

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#085DD1 (or 0x085DD1) is known color: Navy Blue. HEX triplet: 08, 5D and D1. RGB value is (8,93,209). Sum of RGB (Red+Green+Blue) = 8+93+209=310 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.58% from 310); Green value is 93 (36.72% from 255 or 30% from 310); Blue value is 209 (82.03% from 255 or 67.42% from 310); Max value from RGB is 209 - color contains mainly: blue. Hex color #085DD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085DD1 is #F7A22E. Grayscale: #505050. Windows color (decimal): -16228911 or 13720840. OLE color: 13720840.

HSL color Cylindrical-coordinate representation of color #085DD1: hue angle of 214.63º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #085DD1 is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 8 93 209 -
CMYK 0.96 0.56 0 0.18
HSL 214.63º 0.93% 0.43% -
HSV(B) 214.63º 0.96% 0.82% -
XYZ 15.52 12.48 61.91 -
YUV 80.81 200.34 76.07 -
System Red Green Blue C M Y K H S L
Decimal 8 93 209 0.96 0.56 0 0.18 214.63 0.93 0.43
Hex 8 5D D1 60 38 0 12 D7 5D 2B
Octal 10 135 321 140 70 0 22 327 135 53
Binary 1000 1011101 11010001 1100000 111000 0 10010 11010111 1011101 101011

Color Harmonies of #085DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085DD1

Black with #085DD1

Text Example


Text Example

White with #085DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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