Shades of Medium Blue #2402DB
Tints of Medium Blue #2402DB
RGB
CMYK
RGB Variations
Color information
#2402DB (or 0x2402DB) is known color: Medium Blue. HEX triplet: 24, 02 and DB. RGB value is (36,2,219). Sum of RGB (Red+Green+Blue) = 36+2+219=257 (34% of max value = 765). Red value is 36 (14.45% from 255 or 14.01% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 219 (85.94% from 255 or 85.21% from 257); Max value from RGB is 219 - color contains mainly: blue. Hex color #2402DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2402DB is #DBFD24. Grayscale: #242424. Windows color (decimal): -14417189 or 14352932. OLE color: 14352932.
HSL color Cylindrical-coordinate representation of color #2402DB: hue angle of 249.4º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2402DB is Cyan = 0.84, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 2 | 219 | - |
| CMYK | 0.84 | 0.99 | 0 | 0.14 |
| HSL | 249.4º | 0.98% | 0.43% | - |
| HSV(B) | 249.4º | 0.99% | 0.86% | - |
| XYZ | 13.54 | 5.53 | 67.37 | - |
| YUV | 36.9 | 230.76 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 2 | 219 | 0.84 | 0.99 | 0 | 0.14 | 249.4 | 0.98 | 0.43 |
| Hex | 24 | 2 | DB | 54 | 63 | 0 | E | F9 | 62 | 2B |
| Octal | 44 | 2 | 333 | 124 | 143 | 0 | 16 | 371 | 142 | 53 |
| Binary | 100100 | 10 | 11011011 | 1010100 | 1100011 | 0 | 1110 | 11111001 | 1100010 | 101011 |
Color Harmonies of #2402DB
Complementary color
Monochromatic Colors of #2402DB
Black with #2402DB
Text Example
Text Example
White with #2402DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2402DB; }
p { color: rgb(36,2,219); }
H1.HeaderClassName
{
color: #2402DB;
}
.AnyTagClassName
{
color: #2402DB;
}
</style>
background-color css
<style>
a { background-color: #2402DB; }
a { background-color: rgb(36,2,219); }
div.DivClassName
{
background-color: #2402DB;
}
.BgClassName
{
background-color: #2402DB;
}
</style>
border-color css
<style>
span { border-color: #2402DB; }
span { border-color: rgb(36,2,219); }
td.TdClassName
{
border-color: #2402DB;
}
.TagClassName
{
border-color: #2402DB;
}
</style>