#0802DC

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

Shades of Medium Blue #0802DC

Tints of Medium Blue #0802DC

Color information

#0802DC (or 0x0802DC) is unknown color: approx Medium Blue. HEX triplet: 08, 02 and DC. RGB value is (8,2,220). Sum of RGB (Red+Green+Blue) = 8+2+220=230 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.48% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 220 (86.33% from 255 or 95.65% from 230); Max value from RGB is 220 - color contains mainly: blue. Hex color #0802DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0802DC is #F7FD23. Grayscale: #1B1B1B. Windows color (decimal): -16252196 or 14418440. OLE color: 14418440.

HSL color Cylindrical-coordinate representation of color #0802DC: hue angle of 241.65º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0802DC is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB82220-
CMYK0.960.9900.14
HSL241.65º98.2%43.53%-
HSV(B)241.65º99.09%86.27%-
XYZ13.045.2668.04-
YUV28.65235.99113.27-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.48%
GREEN value IS 2 (1.17% from 255) = 0.87%
BLUE value IS 220 (86.33% from 255) = 95.65%
R=3.48%
G=0.87%
B=95.65%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal822200.960.9900.14241.6598.243.53
Hex82DC60630Ef2622c
Octal10233414014301636214254
Binary100010110111001100000110001101110111100101100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0802DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0802DC; }

 p { color: rgb(8,2,220); }

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

<style>
 a { background-color: #0802DC; }

 a { background-color: rgb(8,2,220); }

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

<style>
 span { border-color: #0802DC; }

 span { border-color: rgb(8,2,220); }

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