Html Css Color HEX #085CDD Navy Blue

📋 copy color: '#085CDD'

red 8 ◦ green 92 ◦ blue 221

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

Shades of Navy Blue #085CDD

Tints of Navy Blue #085CDD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.66%

 BLUE value IS 221 (86.72% from 255) = 68.85%

R = 2.49%
G = 28.66%
B = 68.85%

CMYK

 C value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#085CDD (or 0x085CDD) is known color: Navy Blue. HEX triplet: 08, 5C and DD. RGB value is (8,92,221). Sum of RGB (Red+Green+Blue) = 8+92+221=321 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.49% from 321); Green value is 92 (36.33% from 255 or 28.66% from 321); Blue value is 221 (86.72% from 255 or 68.85% from 321); Max value from RGB is 221 - color contains mainly: blue. Hex color #085CDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085CDD is #F7A322. Grayscale: #505050. Windows color (decimal): -16229155 or 14507016. OLE color: 14507016.

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

Color convert

RGB 8 92 221 -
CMYK 0.96 0.58 0 0.13
HSL 216.34º 0.93% 0.45% -
HSV(B) 216.34º 0.96% 0.87% -
XYZ 16.98 12.93 70.01 -
YUV 81.59 206.67 75.51 -
System Red Green Blue C M Y K H S L
Decimal 8 92 221 0.96 0.58 0 0.13 216.34 0.93 0.45
Hex 8 5C DD 60 3A 0 D D8 5D 2D
Octal 10 134 335 140 72 0 15 330 135 55
Binary 1000 1011100 11011101 1100000 111010 0 1101 11011000 1011101 101101

Color Harmonies of #085CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085CDD

Black with #085CDD

Text Example


Text Example

White with #085CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,92,221); }

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

background-color css

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

 a { background-color: rgb(8,92,221); }

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

border-color css

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

 span { border-color: rgb(8,92,221); }

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