Shades of Medium Blue #2502DC
Tints of Medium Blue #2502DC
RGB
CMYK
RGB Variations
Color information
#2502DC (or 0x2502DC) is known color: Medium Blue. HEX triplet: 25, 02 and DC. RGB value is (37,2,220). Sum of RGB (Red+Green+Blue) = 37+2+220=259 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.29% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 220 (86.33% from 255 or 84.94% from 259); Max value from RGB is 220 - color contains mainly: blue. Hex color #2502DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2502DC is #DAFD23. Grayscale: #242424. Windows color (decimal): -14351652 or 14418469. OLE color: 14418469.
HSL color Cylindrical-coordinate representation of color #2502DC: hue angle of 249.63º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2502DC is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 2 | 220 | - |
| CMYK | 0.83 | 0.99 | 0 | 0.14 |
| HSL | 249.63º | 0.98% | 0.44% | - |
| HSV(B) | 249.63º | 0.99% | 0.86% | - |
| XYZ | 13.7 | 5.6 | 68.07 | - |
| YUV | 37.32 | 231.1 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 2 | 220 | 0.83 | 0.99 | 0 | 0.14 | 249.63 | 0.98 | 0.44 |
| Hex | 25 | 2 | DC | 53 | 63 | 0 | E | FA | 62 | 2C |
| Octal | 45 | 2 | 334 | 123 | 143 | 0 | 16 | 372 | 142 | 54 |
| Binary | 100101 | 10 | 11011100 | 1010011 | 1100011 | 0 | 1110 | 11111010 | 1100010 | 101100 |
Color Harmonies of #2502DC
Complementary color
Monochromatic Colors of #2502DC
Black with #2502DC
Text Example
Text Example
White with #2502DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2502DC; }
p { color: rgb(37,2,220); }
H1.HeaderClassName
{
color: #2502DC;
}
.AnyTagClassName
{
color: #2502DC;
}
</style>
background-color css
<style>
a { background-color: #2502DC; }
a { background-color: rgb(37,2,220); }
div.DivClassName
{
background-color: #2502DC;
}
.BgClassName
{
background-color: #2502DC;
}
</style>
border-color css
<style>
span { border-color: #2502DC; }
span { border-color: rgb(37,2,220); }
td.TdClassName
{
border-color: #2502DC;
}
.TagClassName
{
border-color: #2502DC;
}
</style>