Html Css Color HEX #085EF1 Navy Blue

📋 copy color: '#085EF1'

red 8 ◦ green 94 ◦ blue 241

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

Shades of Navy Blue #085EF1

Tints of Navy Blue #085EF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 70.26%

R = 2.33%
G = 27.41%
B = 70.26%

CMYK

 C value IS 0.97

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#085EF1 (or 0x085EF1) is known color: Navy Blue. HEX triplet: 08, 5E and F1. RGB value is (8,94,241). Sum of RGB (Red+Green+Blue) = 8+94+241=343 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.33% from 343); Green value is 94 (37.11% from 255 or 27.41% from 343); Blue value is 241 (94.53% from 255 or 70.26% from 343); Max value from RGB is 241 - color contains mainly: blue. Hex color #085EF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #085EF1 is #F7A10E. Grayscale: #545454. Windows color (decimal): -16228623 or 15818248. OLE color: 15818248.

HSL color Cylindrical-coordinate representation of color #085EF1: hue angle of 217.85º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #085EF1 is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 8 94 241 -
CMYK 0.97 0.61 0 0.05
HSL 217.85º 0.94% 0.49% -
HSV(B) 217.85º 0.97% 0.95% -
XYZ 19.98 14.41 84.95 -
YUV 85.04 216.01 73.05 -
System Red Green Blue C M Y K H S L
Decimal 8 94 241 0.97 0.61 0 0.05 217.85 0.94 0.49
Hex 8 5E F1 61 3D 0 5 DA 5E 31
Octal 10 136 361 141 75 0 5 332 136 61
Binary 1000 1011110 11110001 1100001 111101 0 101 11011010 1011110 110001

Color Harmonies of #085EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085EF1

Black with #085EF1

Text Example


Text Example

White with #085EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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