Html Css Color HEX #085EDD Navy Blue

📋 copy color: '#085EDD'

red 8 ◦ green 94 ◦ blue 221

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

Shades of Navy Blue #085EDD

Tints of Navy Blue #085EDD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.1%

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

R = 2.48%
G = 29.1%
B = 68.42%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#085EDD (or 0x085EDD) is known color: Navy Blue. HEX triplet: 08, 5E and DD. RGB value is (8,94,221). Sum of RGB (Red+Green+Blue) = 8+94+221=323 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.48% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 221 (86.72% from 255 or 68.42% from 323); Max value from RGB is 221 - color contains mainly: blue. Hex color #085EDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085EDD is #F7A122. Grayscale: #525252. Windows color (decimal): -16228643 or 14507528. OLE color: 14507528.

HSL color Cylindrical-coordinate representation of color #085EDD: hue angle of 215.77º 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 #085EDD is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 8 94 221 -
CMYK 0.96 0.57 0 0.13
HSL 215.77º 0.93% 0.45% -
HSV(B) 215.77º 0.96% 0.87% -
XYZ 17.15 13.28 70.07 -
YUV 82.76 206.01 74.67 -
System Red Green Blue C M Y K H S L
Decimal 8 94 221 0.96 0.57 0 0.13 215.77 0.93 0.45
Hex 8 5E DD 60 39 0 D D8 5D 2D
Octal 10 136 335 140 71 0 15 330 135 55
Binary 1000 1011110 11011101 1100000 111001 0 1101 11011000 1011101 101101

Color Harmonies of #085EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085EDD

Black with #085EDD

Text Example


Text Example

White with #085EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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