#2005DB

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

Shades of Medium Blue #2005DB

Tints of Medium Blue #2005DB

Color information

#2005DB (or 0x2005DB) is unknown color: approx Medium Blue. HEX triplet: 20, 05 and DB. RGB value is (32,5,219). Sum of RGB (Red+Green+Blue) = 32+5+219=256 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.5% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 219 (85.94% from 255 or 85.55% from 256); Max value from RGB is 219 - color contains mainly: blue. Hex color #2005DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2005DB is #DFFA24. Grayscale: #242424. Windows color (decimal): -14678565 or 14353696. OLE color: 14353696.

HSL color Cylindrical-coordinate representation of color #2005DB: hue angle of 247.57º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2005DB is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB325219-
CMYK0.850.9800.14
HSL247.57º95.54%43.92%-
HSV(B)247.57º97.72%85.88%-
XYZ13.445.5367.38-
YUV37.47230.45124.1-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.5%
GREEN value IS 5 (2.34% from 255) = 1.95%
BLUE value IS 219 (85.94% from 255) = 85.55%
R=12.5%
G=1.95%
B=85.55%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal3252190.850.9800.14247.5795.5443.92
Hex205DB55620Ef8602c
Octal40533312514201637014054
Binary100000101110110111010101110001001110111110001100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2005DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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