Shades of Medium Blue #2402DF
Tints of Medium Blue #2402DF
RGB
CMYK
RGB Variations
Color information
#2402DF (or 0x2402DF) is known color: Medium Blue. HEX triplet: 24, 02 and DF. RGB value is (36,2,223). Sum of RGB (Red+Green+Blue) = 36+2+223=261 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.79% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 223 (87.5% from 255 or 85.44% from 261); Max value from RGB is 223 - color contains mainly: blue. Hex color #2402DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2402DF is #DBFD20. Grayscale: #242424. Windows color (decimal): -14417185 or 14615076. OLE color: 14615076.
HSL color Cylindrical-coordinate representation of color #2402DF: hue angle of 249.23º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2402DF is Cyan = 0.84, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 2 | 223 | - |
| CMYK | 0.84 | 0.99 | 0 | 0.13 |
| HSL | 249.23º | 0.98% | 0.44% | - |
| HSV(B) | 249.23º | 0.99% | 0.87% | - |
| XYZ | 14.07 | 5.75 | 70.18 | - |
| YUV | 37.36 | 232.76 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 2 | 223 | 0.84 | 0.99 | 0 | 0.13 | 249.23 | 0.98 | 0.44 |
| Hex | 24 | 2 | DF | 54 | 63 | 0 | D | F9 | 62 | 2C |
| Octal | 44 | 2 | 337 | 124 | 143 | 0 | 15 | 371 | 142 | 54 |
| Binary | 100100 | 10 | 11011111 | 1010100 | 1100011 | 0 | 1101 | 11111001 | 1100010 | 101100 |
Color Harmonies of #2402DF
Complementary color
Monochromatic Colors of #2402DF
Black with #2402DF
Text Example
Text Example
White with #2402DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2402DF; }
p { color: rgb(36,2,223); }
H1.HeaderClassName
{
color: #2402DF;
}
.AnyTagClassName
{
color: #2402DF;
}
</style>
background-color css
<style>
a { background-color: #2402DF; }
a { background-color: rgb(36,2,223); }
div.DivClassName
{
background-color: #2402DF;
}
.BgClassName
{
background-color: #2402DF;
}
</style>
border-color css
<style>
span { border-color: #2402DF; }
span { border-color: rgb(36,2,223); }
td.TdClassName
{
border-color: #2402DF;
}
.TagClassName
{
border-color: #2402DF;
}
</style>