Shades of Medium Blue #2415CB
Tints of Medium Blue #2415CB
RGB
CMYK
RGB Variations
Color information
#2415CB (or 0x2415CB) is known color: Medium Blue. HEX triplet: 24, 15 and CB. RGB value is (36,21,203). Sum of RGB (Red+Green+Blue) = 36+21+203=260 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.85% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 203 (79.69% from 255 or 78.08% from 260); Max value from RGB is 203 - color contains mainly: blue. Hex color #2415CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2415CB is #DBEA34. Grayscale: #2D2D2D. Windows color (decimal): -14412341 or 13309220. OLE color: 13309220.
HSL color Cylindrical-coordinate representation of color #2415CB: hue angle of 244.95º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2415CB is Cyan = 0.82, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 36 | 21 | 203 | - |
| CMYK | 0.82 | 0.90 | 0 | 0.20 |
| HSL | 244.95º | 0.81% | 0.44% | - |
| HSV(B) | 244.95º | 0.9% | 0.8% | - |
| XYZ | 11.78 | 5.22 | 56.89 | - |
| YUV | 46.23 | 216.47 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 21 | 203 | 0.82 | 0.90 | 0 | 0.20 | 244.95 | 0.81 | 0.44 |
| Hex | 24 | 15 | CB | 52 | 5A | 0 | 14 | F5 | 51 | 2C |
| Octal | 44 | 25 | 313 | 122 | 132 | 0 | 24 | 365 | 121 | 54 |
| Binary | 100100 | 10101 | 11001011 | 1010010 | 1011010 | 0 | 10100 | 11110101 | 1010001 | 101100 |
Color Harmonies of #2415CB
Complementary color
Monochromatic Colors of #2415CB
Black with #2415CB
Text Example
Text Example
White with #2415CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2415CB; }
p { color: rgb(36,21,203); }
H1.HeaderClassName
{
color: #2415CB;
}
.AnyTagClassName
{
color: #2415CB;
}
</style>
background-color css
<style>
a { background-color: #2415CB; }
a { background-color: rgb(36,21,203); }
div.DivClassName
{
background-color: #2415CB;
}
.BgClassName
{
background-color: #2415CB;
}
</style>
border-color css
<style>
span { border-color: #2415CB; }
span { border-color: rgb(36,21,203); }
td.TdClassName
{
border-color: #2415CB;
}
.TagClassName
{
border-color: #2415CB;
}
</style>