Html Css Color HEX #085DF3 Navy Blue

📋 copy color: '#085DF3'

red 8 ◦ green 93 ◦ blue 243

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

Shades of Navy Blue #085DF3

Tints of Navy Blue #085DF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 70.64%

R = 2.33%
G = 27.03%
B = 70.64%

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

#085DF3 (or 0x085DF3) is known color: Navy Blue. HEX triplet: 08, 5D and F3. RGB value is (8,93,243). Sum of RGB (Red+Green+Blue) = 8+93+243=344 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.33% from 344); Green value is 93 (36.72% from 255 or 27.03% from 344); Blue value is 243 (95.31% from 255 or 70.64% from 344); Max value from RGB is 243 - color contains mainly: blue. Hex color #085DF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #085DF3 is #F7A20C. Grayscale: #545454. Windows color (decimal): -16228877 or 15949064. OLE color: 15949064.

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

Color convert

RGB 8 93 243 -
CMYK 0.97 0.62 0 0.05
HSL 218.3º 0.94% 0.49% -
HSV(B) 218.3º 0.97% 0.95% -
XYZ 20.19 14.35 86.5 -
YUV 84.69 217.34 73.3 -
System Red Green Blue C M Y K H S L
Decimal 8 93 243 0.97 0.62 0 0.05 218.3 0.94 0.49
Hex 8 5D F3 61 3E 0 5 DA 5E 31
Octal 10 135 363 141 76 0 5 332 136 61
Binary 1000 1011101 11110011 1100001 111110 0 101 11011010 1011110 110001

Color Harmonies of #085DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085DF3

Black with #085DF3

Text Example


Text Example

White with #085DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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