#020CCD

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

Shades of Medium Blue #020CCD

Tints of Medium Blue #020CCD

Color information

#020CCD (or 0x020CCD) is unknown color: approx Medium Blue. HEX triplet: 02, 0C and CD. RGB value is (2,12,205). Sum of RGB (Red+Green+Blue) = 2+12+205=219 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 219); Green value is 12 (5.08% from 255 or 5.48% from 219); Blue value is 205 (80.47% from 255 or 93.61% from 219); Max value from RGB is 205 - color contains mainly: blue. Hex color #020CCD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020CCD is #FDF332. Grayscale: #1E1E1E. Windows color (decimal): -16642867 or 13437954. OLE color: 13437954.

HSL color Cylindrical-coordinate representation of color #020CCD: hue angle of 237.04º 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 #020CCD is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB212205-
CMYK0.990.9400.20
HSL237.04º98.07%40.59%-
HSV(B)237.04º99.02%80.39%-
XYZ11.184.6858.07-
YUV31.01226.19107.31-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.91%
GREEN value IS 12 (5.08% from 255) = 5.48%
BLUE value IS 205 (80.47% from 255) = 93.61%
R=0.91%
G=5.48%
B=93.61%

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
Decimal2122050.990.9400.20237.0498.0740.59
Hex2CCD635E014ed6229
Octal21431514313602435514251
Binary1011001100110111000111011110010100111011011100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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