#0805DF

Color #0805DF Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #0805DF

Tints of Medium Blue #0805DF

Color information

#0805DF (or 0x0805DF) is unknown color: approx Medium Blue. HEX triplet: 08, 05 and DF. RGB value is (8,5,223). Sum of RGB (Red+Green+Blue) = 8+5+223=236 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.39% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 223 (87.5% from 255 or 94.49% from 236); Max value from RGB is 223 - color contains mainly: blue. Hex color #0805DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0805DF is #F7FA20. Grayscale: #1D1D1D. Windows color (decimal): -16251425 or 14615816. OLE color: 14615816.

HSL color Cylindrical-coordinate representation of color #0805DF: hue angle of 240.83º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0805DF is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB85223-
CMYK0.960.9800.13
HSL240.83º95.61%44.71%-
HSV(B)240.83º97.76%87.45%-
XYZ13.475.4970.16-
YUV30.75236.49111.77-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.39%
GREEN value IS 5 (2.34% from 255) = 2.12%
BLUE value IS 223 (87.5% from 255) = 94.49%
R=3.39%
G=2.12%
B=94.49%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal852230.960.9800.13240.8395.6144.71
Hex85DF60620Df1602d
Octal10533714014201536114055
Binary1000101110111111100000110001001101111100011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0805DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0805DF; }

 p { color: rgb(8,5,223); }

 H1.HeaderClassName
 {
   color: #0805DF;
 }
 .AnyTagClassName
 {
   color: #0805DF;
 }
</style>
background-color css

<style>
 a { background-color: #0805DF; }

 a { background-color: rgb(8,5,223); }

 div.DivClassName
 {
   background-color: #0805DF;
 }
 .BgClassName
 {
   background-color: #0805DF;
 }
</style>
border-color css

<style>
 span { border-color: #0805DF; }

 span { border-color: rgb(8,5,223); }

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