Shades of Medium Blue #2404CF
Tints of Medium Blue #2404CF
RGB
CMYK
RGB Variations
Color information
#2404CF (or 0x2404CF) is known color: Medium Blue. HEX triplet: 24, 04 and CF. RGB value is (36,4,207). Sum of RGB (Red+Green+Blue) = 36+4+207=247 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.57% from 247); Green value is 4 (1.95% from 255 or 1.62% from 247); Blue value is 207 (81.25% from 255 or 83.81% from 247); Max value from RGB is 207 - color contains mainly: blue. Hex color #2404CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2404CF is #DBFB30. Grayscale: #232323. Windows color (decimal): -14416689 or 13567012. OLE color: 13567012.
HSL color Cylindrical-coordinate representation of color #2404CF: hue angle of 249.46º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2404CF is Cyan = 0.83, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 4 | 207 | - |
| CMYK | 0.83 | 0.98 | 0 | 0.19 |
| HSL | 249.46º | 0.96% | 0.41% | - |
| HSV(B) | 249.46º | 0.98% | 0.81% | - |
| XYZ | 12.03 | 4.97 | 59.36 | - |
| YUV | 36.71 | 224.1 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 4 | 207 | 0.83 | 0.98 | 0 | 0.19 | 249.46 | 0.96 | 0.41 |
| Hex | 24 | 4 | CF | 53 | 62 | 0 | 13 | F9 | 60 | 29 |
| Octal | 44 | 4 | 317 | 123 | 142 | 0 | 23 | 371 | 140 | 51 |
| Binary | 100100 | 100 | 11001111 | 1010011 | 1100010 | 0 | 10011 | 11111001 | 1100000 | 101001 |
Color Harmonies of #2404CF
Complementary color
Monochromatic Colors of #2404CF
Black with #2404CF
Text Example
Text Example
White with #2404CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2404CF; }
p { color: rgb(36,4,207); }
H1.HeaderClassName
{
color: #2404CF;
}
.AnyTagClassName
{
color: #2404CF;
}
</style>
background-color css
<style>
a { background-color: #2404CF; }
a { background-color: rgb(36,4,207); }
div.DivClassName
{
background-color: #2404CF;
}
.BgClassName
{
background-color: #2404CF;
}
</style>
border-color css
<style>
span { border-color: #2404CF; }
span { border-color: rgb(36,4,207); }
td.TdClassName
{
border-color: #2404CF;
}
.TagClassName
{
border-color: #2404CF;
}
</style>