#020DCD

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

Shades of Medium Blue #020DCD

Tints of Medium Blue #020DCD

Color information

#020DCD (or 0x020DCD) is unknown color: approx Medium Blue. HEX triplet: 02, 0D and CD. RGB value is (2,13,205). Sum of RGB (Red+Green+Blue) = 2+13+205=220 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 220); Green value is 13 (5.47% from 255 or 5.91% from 220); Blue value is 205 (80.47% from 255 or 93.18% from 220); Max value from RGB is 205 - color contains mainly: blue. Hex color #020DCD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020DCD is #FDF232. Grayscale: #1E1E1E. Windows color (decimal): -16642611 or 13438210. OLE color: 13438210.

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

Color convert

RGB213205-
CMYK0.990.9400.20
HSL236.75º98.07%40.59%-
HSV(B)236.75º99.02%80.39%-
XYZ11.194.7158.08-
YUV31.6225.86106.89-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.91%
GREEN value IS 13 (5.47% from 255) = 5.91%
BLUE value IS 205 (80.47% from 255) = 93.18%
R=0.91%
G=5.91%
B=93.18%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2132050.990.9400.20236.7598.0740.59
Hex2DCD635E014ed6229
Octal21531514313602435514251
Binary1011011100110111000111011110010100111011011100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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