Html Css Color HEX #085DEE Navy Blue

📋 copy color: '#085DEE'

red 8 ◦ green 93 ◦ blue 238

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

Shades of Navy Blue #085DEE

Tints of Navy Blue #085DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 70.21%

R = 2.36%
G = 27.43%
B = 70.21%

CMYK

 C value IS 0.97

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#085DEE (or 0x085DEE) is known color: Navy Blue. HEX triplet: 08, 5D and EE. RGB value is (8,93,238). Sum of RGB (Red+Green+Blue) = 8+93+238=339 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.36% from 339); Green value is 93 (36.72% from 255 or 27.43% from 339); Blue value is 238 (93.36% from 255 or 70.21% from 339); Max value from RGB is 238 - color contains mainly: blue. Hex color #085DEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #085DEE is #F7A211. Grayscale: #535353. Windows color (decimal): -16228882 or 15621384. OLE color: 15621384.

HSL color Cylindrical-coordinate representation of color #085DEE: hue angle of 217.83º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #085DEE is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 8 93 238 -
CMYK 0.97 0.61 0 0.07
HSL 217.83º 0.93% 0.48% -
HSV(B) 217.83º 0.97% 0.93% -
XYZ 19.45 14.05 82.58 -
YUV 84.12 214.84 73.71 -
System Red Green Blue C M Y K H S L
Decimal 8 93 238 0.97 0.61 0 0.07 217.83 0.93 0.48
Hex 8 5D EE 61 3D 0 7 DA 5D 30
Octal 10 135 356 141 75 0 7 332 135 60
Binary 1000 1011101 11101110 1100001 111101 0 111 11011010 1011101 110000

Color Harmonies of #085DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085DEE

Black with #085DEE

Text Example


Text Example

White with #085DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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