#2104CD

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

Shades of Medium Blue #2104CD

Tints of Medium Blue #2104CD

Color information

#2104CD (or 0x2104CD) is unknown color: approx Medium Blue. HEX triplet: 21, 04 and CD. RGB value is (33,4,205). Sum of RGB (Red+Green+Blue) = 33+4+205=242 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.64% from 242); Green value is 4 (1.95% from 255 or 1.65% from 242); Blue value is 205 (80.47% from 255 or 84.71% from 242); Max value from RGB is 205 - color contains mainly: blue. Hex color #2104CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2104CD is #DEFB32. Grayscale: #222222. Windows color (decimal): -14613299 or 13435937. OLE color: 13435937.

HSL color Cylindrical-coordinate representation of color #2104CD: hue angle of 248.66º 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 #2104CD is Cyan = 0.84, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB334205-
CMYK0.840.9800.20
HSL248.66º96.17%40.98%-
HSV(B)248.66º98.05%80.39%-
XYZ11.694.8258.07-
YUV35.58223.61126.16-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.64%
GREEN value IS 4 (1.95% from 255) = 1.65%
BLUE value IS 205 (80.47% from 255) = 84.71%
R=13.64%
G=1.65%
B=84.71%

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
Decimal3342050.840.9800.20248.6696.1740.98
Hex214CD5462014f96029
Octal41431512414202437114051
Binary1000011001100110110101001100010010100111110011100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2104CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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