#0208DC

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

Shades of Medium Blue #0208DC

Tints of Medium Blue #0208DC

Color information

#0208DC (or 0x0208DC) is unknown color: approx Medium Blue. HEX triplet: 02, 08 and DC. RGB value is (2,8,220). Sum of RGB (Red+Green+Blue) = 2+8+220=230 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 230); Green value is 8 (3.52% from 255 or 3.48% 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 #0208DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0208DC is #FDF723. Grayscale: #1D1D1D. Windows color (decimal): -16643876 or 14419970. OLE color: 14419970.

HSL color Cylindrical-coordinate representation of color #0208DC: hue angle of 238.35º 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 #0208DC is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB28220-
CMYK0.990.9600.14
HSL238.35º98.2%43.53%-
HSV(B)238.35º99.09%86.27%-
XYZ13.035.3568.06-
YUV30.37235.01107.76-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal282200.990.9600.14238.3598.243.53
Hex28DC63600Eee622c
Octal21033414314001635614254
Binary101000110111001100011110000001110111011101100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0208DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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