Html Css Color HEX #085AF7 Navy Blue

📋 copy color: '#085AF7'

red 8 ◦ green 90 ◦ blue 247

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

Shades of Navy Blue #085AF7

Tints of Navy Blue #085AF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 71.59%

R = 2.32%
G = 26.09%
B = 71.59%

CMYK

 C value IS 0.97

 M value IS 0.64

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#085AF7 (or 0x085AF7) is known color: Navy Blue. HEX triplet: 08, 5A and F7. RGB value is (8,90,247). Sum of RGB (Red+Green+Blue) = 8+90+247=345 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.32% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 247 (96.88% from 255 or 71.59% from 345); Max value from RGB is 247 - color contains mainly: blue. Hex color #085AF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #085AF7 is #F7A508. Grayscale: #525252. Windows color (decimal): -16229641 or 16210440. OLE color: 16210440.

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

Color convert

RGB 8 90 247 -
CMYK 0.97 0.64 0 0.03
HSL 219.41º 0.94% 0.5% -
HSV(B) 219.41º 0.97% 0.97% -
XYZ 20.54 14.08 89.63 -
YUV 83.38 220.33 74.23 -
System Red Green Blue C M Y K H S L
Decimal 8 90 247 0.97 0.64 0 0.03 219.41 0.94 0.5
Hex 8 5A F7 61 40 0 3 DB 5E 32
Octal 10 132 367 141 100 0 3 333 136 62
Binary 1000 1011010 11110111 1100001 1000000 0 11 11011011 1011110 110010

Color Harmonies of #085AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085AF7

Black with #085AF7

Text Example


Text Example

White with #085AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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