Shades of Medium Blue #2402DC
Tints of Medium Blue #2402DC
RGB
CMYK
RGB Variations
Color information
#2402DC (or 0x2402DC) is known color: Medium Blue. HEX triplet: 24, 02 and DC. RGB value is (36,2,220). Sum of RGB (Red+Green+Blue) = 36+2+220=258 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.95% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 220 (86.33% from 255 or 85.27% from 258); Max value from RGB is 220 - color contains mainly: blue. Hex color #2402DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2402DC is #DBFD23. Grayscale: #242424. Windows color (decimal): -14417188 or 14418468. OLE color: 14418468.
HSL color Cylindrical-coordinate representation of color #2402DC: hue angle of 249.36º 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 #2402DC is Cyan = 0.84, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 2 | 220 | - |
| CMYK | 0.84 | 0.99 | 0 | 0.14 |
| HSL | 249.36º | 0.98% | 0.44% | - |
| HSV(B) | 249.36º | 0.99% | 0.86% | - |
| XYZ | 13.67 | 5.59 | 68.07 | - |
| YUV | 37.02 | 231.26 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 2 | 220 | 0.84 | 0.99 | 0 | 0.14 | 249.36 | 0.98 | 0.44 |
| Hex | 24 | 2 | DC | 54 | 63 | 0 | E | F9 | 62 | 2C |
| Octal | 44 | 2 | 334 | 124 | 143 | 0 | 16 | 371 | 142 | 54 |
| Binary | 100100 | 10 | 11011100 | 1010100 | 1100011 | 0 | 1110 | 11111001 | 1100010 | 101100 |
Color Harmonies of #2402DC
Complementary color
Monochromatic Colors of #2402DC
Black with #2402DC
Text Example
Text Example
White with #2402DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2402DC; }
p { color: rgb(36,2,220); }
H1.HeaderClassName
{
color: #2402DC;
}
.AnyTagClassName
{
color: #2402DC;
}
</style>
background-color css
<style>
a { background-color: #2402DC; }
a { background-color: rgb(36,2,220); }
div.DivClassName
{
background-color: #2402DC;
}
.BgClassName
{
background-color: #2402DC;
}
</style>
border-color css
<style>
span { border-color: #2402DC; }
span { border-color: rgb(36,2,220); }
td.TdClassName
{
border-color: #2402DC;
}
.TagClassName
{
border-color: #2402DC;
}
</style>