Html Css Color HEX #085DFD Navy Blue

📋 copy color: '#085DFD'

red 8 ◦ green 93 ◦ blue 253

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

Shades of Navy Blue #085DFD

Tints of Navy Blue #085DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 71.47%

R = 2.26%
G = 26.27%
B = 71.47%

CMYK

 C value IS 0.97

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#085DFD (or 0x085DFD) is known color: Navy Blue. HEX triplet: 08, 5D and FD. RGB value is (8,93,253). Sum of RGB (Red+Green+Blue) = 8+93+253=354 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.26% from 354); Green value is 93 (36.72% from 255 or 26.27% from 354); Blue value is 253 (99.22% from 255 or 71.47% from 354); Max value from RGB is 253 - color contains mainly: blue. Hex color #085DFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #085DFD is #F7A202. Grayscale: #555555. Windows color (decimal): -16228867 or 16604424. OLE color: 16604424.

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

Color convert

RGB 8 93 253 -
CMYK 0.97 0.63 0 0.01
HSL 219.18º 0.98% 0.51% -
HSV(B) 219.18º 0.97% 0.99% -
XYZ 21.74 14.97 94.67 -
YUV 85.83 222.34 72.49 -
System Red Green Blue C M Y K H S L
Decimal 8 93 253 0.97 0.63 0 0.01 219.18 0.98 0.51
Hex 8 5D FD 61 3F 0 1 DB 62 33
Octal 10 135 375 141 77 0 1 333 142 63
Binary 1000 1011101 11111101 1100001 111111 0 1 11011011 1100010 110011

Color Harmonies of #085DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085DFD

Black with #085DFD

Text Example


Text Example

White with #085DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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