Shades of Cerulean Blue #2446DC
Tints of Cerulean Blue #2446DC
RGB
CMYK
RGB Variations
Color information
#2446DC (or 0x2446DC) is known color: Cerulean Blue. HEX triplet: 24, 46 and DC. RGB value is (36,70,220). Sum of RGB (Red+Green+Blue) = 36+70+220=326 (43% of max value = 765). Red value is 36 (14.45% from 255 or 11.04% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 220 (86.33% from 255 or 67.48% from 326); Max value from RGB is 220 - color contains mainly: blue. Hex color #2446DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2446DC is #DBB923. Grayscale: #4C4C4C. Windows color (decimal): -14399780 or 14435876. OLE color: 14435876.
HSL color Cylindrical-coordinate representation of color #2446DC: hue angle of 228.91º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2446DC is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 70 | 220 | - |
| CMYK | 0.84 | 0.68 | 0 | 0.14 |
| HSL | 228.91º | 0.72% | 0.5% | - |
| HSV(B) | 228.91º | 0.84% | 0.86% | - |
| XYZ | 15.84 | 9.92 | 68.79 | - |
| YUV | 76.93 | 208.74 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 70 | 220 | 0.84 | 0.68 | 0 | 0.14 | 228.91 | 0.72 | 0.5 |
| Hex | 24 | 46 | DC | 54 | 44 | 0 | E | E5 | 48 | 32 |
| Octal | 44 | 106 | 334 | 124 | 104 | 0 | 16 | 345 | 110 | 62 |
| Binary | 100100 | 1000110 | 11011100 | 1010100 | 1000100 | 0 | 1110 | 11100101 | 1001000 | 110010 |
Color Harmonies of #2446DC
Complementary color
Monochromatic Colors of #2446DC
Black with #2446DC
Text Example
Text Example
White with #2446DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2446DC; }
p { color: rgb(36,70,220); }
H1.HeaderClassName
{
color: #2446DC;
}
.AnyTagClassName
{
color: #2446DC;
}
</style>
background-color css
<style>
a { background-color: #2446DC; }
a { background-color: rgb(36,70,220); }
div.DivClassName
{
background-color: #2446DC;
}
.BgClassName
{
background-color: #2446DC;
}
</style>
border-color css
<style>
span { border-color: #2446DC; }
span { border-color: rgb(36,70,220); }
td.TdClassName
{
border-color: #2446DC;
}
.TagClassName
{
border-color: #2446DC;
}
</style>