Html Css Color HEX #085AF0 Navy Blue

📋 copy color: '#085AF0'

red 8 ◦ green 90 ◦ blue 240

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

Shades of Navy Blue #085AF0

Tints of Navy Blue #085AF0

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.63%

 BLUE value IS 240 (94.14% from 255) = 71.01%

R = 2.37%
G = 26.63%
B = 71.01%

CMYK

 C value IS 0.97

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#085AF0 (or 0x085AF0) is known color: Navy Blue. HEX triplet: 08, 5A and F0. RGB value is (8,90,240). Sum of RGB (Red+Green+Blue) = 8+90+240=338 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.37% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 240 (94.14% from 255 or 71.01% from 338); Max value from RGB is 240 - color contains mainly: blue. Hex color #085AF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #085AF0 is #F7A50F. Grayscale: #515151. Windows color (decimal): -16229648 or 15751688. OLE color: 15751688.

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

Color convert

RGB 8 90 240 -
CMYK 0.97 0.62 0 0.06
HSL 218.79º 0.94% 0.49% -
HSV(B) 218.79º 0.97% 0.94% -
XYZ 19.48 13.66 84.05 -
YUV 82.58 216.83 74.8 -
System Red Green Blue C M Y K H S L
Decimal 8 90 240 0.97 0.62 0 0.06 218.79 0.94 0.49
Hex 8 5A F0 61 3E 0 6 DB 5E 31
Octal 10 132 360 141 76 0 6 333 136 61
Binary 1000 1011010 11110000 1100001 111110 0 110 11011011 1011110 110001

Color Harmonies of #085AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085AF0

Black with #085AF0

Text Example


Text Example

White with #085AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,90,240); }

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

background-color css

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

 a { background-color: rgb(8,90,240); }

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

border-color css

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

 span { border-color: rgb(8,90,240); }

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