#2005D2

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

Shades of Medium Blue #2005D2

Tints of Medium Blue #2005D2

Color information

#2005D2 (or 0x2005D2) is unknown color: approx Medium Blue. HEX triplet: 20, 05 and D2. RGB value is (32,5,210). Sum of RGB (Red+Green+Blue) = 32+5+210=247 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.96% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 210 (82.42% from 255 or 85.02% from 247); Max value from RGB is 210 - color contains mainly: blue. Hex color #2005D2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2005D2 is #DFFA2D. Grayscale: #232323. Windows color (decimal): -14678574 or 13763872. OLE color: 13763872.

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

Color convert

RGB325210-
CMYK0.850.9800.18
HSL247.9º95.35%42.16%-
HSV(B)247.9º97.62%82.35%-
XYZ12.285.0761.3-
YUV36.44225.95124.83-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.96%
GREEN value IS 5 (2.34% from 255) = 2.02%
BLUE value IS 210 (82.42% from 255) = 85.02%
R=12.96%
G=2.02%
B=85.02%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal3252100.850.9800.18247.995.3542.16
Hex205D25562012f85f2a
Octal40532212514202237013752
Binary1000001011101001010101011100010010010111110001011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2005D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2005D2; }

 p { color: rgb(32,5,210); }

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

<style>
 a { background-color: #2005D2; }

 a { background-color: rgb(32,5,210); }

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

<style>
 span { border-color: #2005D2; }

 span { border-color: rgb(32,5,210); }

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