Html Css Color HEX #085EFD Navy Blue

📋 copy color: '#085EFD'

red 8 ◦ green 94 ◦ blue 253

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

Shades of Navy Blue #085EFD

Tints of Navy Blue #085EFD

RGB

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

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

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

R = 2.25%
G = 26.48%
B = 71.27%

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

#085EFD (or 0x085EFD) is known color: Navy Blue. HEX triplet: 08, 5E and FD. RGB value is (8,94,253). Sum of RGB (Red+Green+Blue) = 8+94+253=355 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.25% from 355); Green value is 94 (37.11% from 255 or 26.48% from 355); Blue value is 253 (99.22% from 255 or 71.27% from 355); Max value from RGB is 253 - color contains mainly: blue. Hex color #085EFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #085EFD is #F7A102. Grayscale: #555555. Windows color (decimal): -16228611 or 16604680. OLE color: 16604680.

HSL color Cylindrical-coordinate representation of color #085EFD: hue angle of 218.94º 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 #085EFD is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 8 94 253 -
CMYK 0.97 0.63 0 0.01
HSL 218.94º 0.98% 0.51% -
HSV(B) 218.94º 0.97% 0.99% -
XYZ 21.83 15.15 94.7 -
YUV 86.41 222.01 72.07 -
System Red Green Blue C M Y K H S L
Decimal 8 94 253 0.97 0.63 0 0.01 218.94 0.98 0.51
Hex 8 5E FD 61 3F 0 1 DB 62 33
Octal 10 136 375 141 77 0 1 333 142 63
Binary 1000 1011110 11111101 1100001 111111 0 1 11011011 1100010 110011

Color Harmonies of #085EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085EFD

Black with #085EFD

Text Example


Text Example

White with #085EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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