#2004CD

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

Shades of Medium Blue #2004CD

Tints of Medium Blue #2004CD

Color information

#2004CD (or 0x2004CD) is unknown color: approx Medium Blue. HEX triplet: 20, 04 and CD. RGB value is (32,4,205). Sum of RGB (Red+Green+Blue) = 32+4+205=241 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.28% from 241); Green value is 4 (1.95% from 255 or 1.66% from 241); Blue value is 205 (80.47% from 255 or 85.06% from 241); Max value from RGB is 205 - color contains mainly: blue. Hex color #2004CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2004CD is #DFFB32. Grayscale: #222222. Windows color (decimal): -14678835 or 13435936. OLE color: 13435936.

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

Color convert

RGB324205-
CMYK0.840.9800.20
HSL248.36º96.17%40.98%-
HSV(B)248.36º98.05%80.39%-
XYZ11.664.858.07-
YUV35.29223.78125.66-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.28%
GREEN value IS 4 (1.95% from 255) = 1.66%
BLUE value IS 205 (80.47% from 255) = 85.06%
R=13.28%
G=1.66%
B=85.06%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal3242050.840.9800.20248.3696.1740.98
Hex204CD5462014f86029
Octal40431512414202437014051
Binary1000001001100110110101001100010010100111110001100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2004CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2004CD; }

 p { color: rgb(32,4,205); }

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

<style>
 a { background-color: #2004CD; }

 a { background-color: rgb(32,4,205); }

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

<style>
 span { border-color: #2004CD; }

 span { border-color: rgb(32,4,205); }

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