Html Css Color HEX #085DF2 Navy Blue

📋 copy color: '#085DF2'

red 8 ◦ green 93 ◦ blue 242

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

Shades of Navy Blue #085DF2

Tints of Navy Blue #085DF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 70.55%

R = 2.33%
G = 27.11%
B = 70.55%

CMYK

 C value IS 0.97

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#085DF2 (or 0x085DF2) is known color: Navy Blue. HEX triplet: 08, 5D and F2. RGB value is (8,93,242). Sum of RGB (Red+Green+Blue) = 8+93+242=343 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.33% from 343); Green value is 93 (36.72% from 255 or 27.11% from 343); Blue value is 242 (94.92% from 255 or 70.55% from 343); Max value from RGB is 242 - color contains mainly: blue. Hex color #085DF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #085DF2 is #F7A20D. Grayscale: #535353. Windows color (decimal): -16228878 or 15883528. OLE color: 15883528.

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

Color convert

RGB 8 93 242 -
CMYK 0.97 0.62 0 0.05
HSL 218.21º 0.94% 0.49% -
HSV(B) 218.21º 0.97% 0.95% -
XYZ 20.04 14.29 85.71 -
YUV 84.57 216.84 73.38 -
System Red Green Blue C M Y K H S L
Decimal 8 93 242 0.97 0.62 0 0.05 218.21 0.94 0.49
Hex 8 5D F2 61 3E 0 5 DA 5E 31
Octal 10 135 362 141 76 0 5 332 136 61
Binary 1000 1011101 11110010 1100001 111110 0 101 11011010 1011110 110001

Color Harmonies of #085DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085DF2

Black with #085DF2

Text Example


Text Example

White with #085DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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