Shades of Medium Blue #2410CF
Tints of Medium Blue #2410CF
RGB
CMYK
RGB Variations
Color information
#2410CF (or 0x2410CF) is known color: Medium Blue. HEX triplet: 24, 10 and CF. RGB value is (36,16,207). Sum of RGB (Red+Green+Blue) = 36+16+207=259 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.90% from 259); Green value is 16 (6.64% from 255 or 6.18% from 259); Blue value is 207 (81.25% from 255 or 79.92% from 259); Max value from RGB is 207 - color contains mainly: blue. Hex color #2410CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2410CF is #DBEF30. Grayscale: #2B2B2B. Windows color (decimal): -14413617 or 13570084. OLE color: 13570084.
HSL color Cylindrical-coordinate representation of color #2410CF: hue angle of 246.28º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2410CF is Cyan = 0.83, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 16 | 207 | - |
| CMYK | 0.83 | 0.92 | 0 | 0.19 |
| HSL | 246.28º | 0.86% | 0.44% | - |
| HSV(B) | 246.28º | 0.92% | 0.81% | - |
| XYZ | 12.18 | 5.25 | 59.4 | - |
| YUV | 43.75 | 220.13 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 16 | 207 | 0.83 | 0.92 | 0 | 0.19 | 246.28 | 0.86 | 0.44 |
| Hex | 24 | 10 | CF | 53 | 5C | 0 | 13 | F6 | 56 | 2C |
| Octal | 44 | 20 | 317 | 123 | 134 | 0 | 23 | 366 | 126 | 54 |
| Binary | 100100 | 10000 | 11001111 | 1010011 | 1011100 | 0 | 10011 | 11110110 | 1010110 | 101100 |
Color Harmonies of #2410CF
Complementary color
Monochromatic Colors of #2410CF
Black with #2410CF
Text Example
Text Example
White with #2410CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2410CF; }
p { color: rgb(36,16,207); }
H1.HeaderClassName
{
color: #2410CF;
}
.AnyTagClassName
{
color: #2410CF;
}
</style>
background-color css
<style>
a { background-color: #2410CF; }
a { background-color: rgb(36,16,207); }
div.DivClassName
{
background-color: #2410CF;
}
.BgClassName
{
background-color: #2410CF;
}
</style>
border-color css
<style>
span { border-color: #2410CF; }
span { border-color: rgb(36,16,207); }
td.TdClassName
{
border-color: #2410CF;
}
.TagClassName
{
border-color: #2410CF;
}
</style>