#020DD2

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

Shades of Medium Blue #020DD2

Tints of Medium Blue #020DD2

Color information

#020DD2 (or 0x020DD2) is unknown color: approx Medium Blue. HEX triplet: 02, 0D and D2. RGB value is (2,13,210). Sum of RGB (Red+Green+Blue) = 2+13+210=225 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 225); Green value is 13 (5.47% from 255 or 5.78% from 225); Blue value is 210 (82.42% from 255 or 93.33% from 225); Max value from RGB is 210 - color contains mainly: blue. Hex color #020DD2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020DD2 is #FDF22D. Grayscale: #1F1F1F. Windows color (decimal): -16642606 or 13765890. OLE color: 13765890.

HSL color Cylindrical-coordinate representation of color #020DD2: hue angle of 236.83º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020DD2 is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB213210-
CMYK0.990.9400.18
HSL236.83º98.11%41.57%-
HSV(B)236.83º99.05%82.35%-
XYZ11.84.9561.31-
YUV32.17228.36106.48-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.89%
GREEN value IS 13 (5.47% from 255) = 5.78%
BLUE value IS 210 (82.42% from 255) = 93.33%
R=0.89%
G=5.78%
B=93.33%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2132100.990.9400.18236.8398.1141.57
Hex2DD2635E012ed622a
Octal21532214313602235514252
Binary1011011101001011000111011110010010111011011100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020DD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020DD2; }

 p { color: rgb(2,13,210); }

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

<style>
 a { background-color: #020DD2; }

 a { background-color: rgb(2,13,210); }

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

<style>
 span { border-color: #020DD2; }

 span { border-color: rgb(2,13,210); }

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