Html Css Color HEX #085DF9 Navy Blue

📋 copy color: '#085DF9'

red 8 ◦ green 93 ◦ blue 249

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

Shades of Navy Blue #085DF9

Tints of Navy Blue #085DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 71.14%

R = 2.29%
G = 26.57%
B = 71.14%

CMYK

 C value IS 0.97

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#085DF9 (or 0x085DF9) is known color: Navy Blue. HEX triplet: 08, 5D and F9. RGB value is (8,93,249). Sum of RGB (Red+Green+Blue) = 8+93+249=350 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.29% from 350); Green value is 93 (36.72% from 255 or 26.57% from 350); Blue value is 249 (97.66% from 255 or 71.14% from 350); Max value from RGB is 249 - color contains mainly: blue. Hex color #085DF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #085DF9 is #F7A206. Grayscale: #545454. Windows color (decimal): -16228871 or 16342280. OLE color: 16342280.

HSL color Cylindrical-coordinate representation of color #085DF9: hue angle of 218.84º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #085DF9 is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 8 93 249 -
CMYK 0.97 0.63 0 0.02
HSL 218.84º 0.95% 0.5% -
HSV(B) 218.84º 0.97% 0.98% -
XYZ 21.11 14.72 91.35 -
YUV 85.37 220.34 72.82 -
System Red Green Blue C M Y K H S L
Decimal 8 93 249 0.97 0.63 0 0.02 218.84 0.95 0.5
Hex 8 5D F9 61 3F 0 2 DB 5F 32
Octal 10 135 371 141 77 0 2 333 137 62
Binary 1000 1011101 11111001 1100001 111111 0 10 11011011 1011111 110010

Color Harmonies of #085DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085DF9

Black with #085DF9

Text Example


Text Example

White with #085DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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