Shades of Cerulean Blue #2144EC
Tints of Cerulean Blue #2144EC
RGB
CMYK
RGB Variations
Color information
#2144EC (or 0x2144EC) is known color: Cerulean Blue. HEX triplet: 21, 44 and EC. RGB value is (33,68,236). Sum of RGB (Red+Green+Blue) = 33+68+236=337 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.79% from 337); Green value is 68 (26.95% from 255 or 20.18% from 337); Blue value is 236 (92.58% from 255 or 70.03% from 337); Max value from RGB is 236 - color contains mainly: blue. Hex color #2144EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2144EC is #DEBB13. Grayscale: #4B4B4B. Windows color (decimal): -14596884 or 15483937. OLE color: 15483937.
HSL color Cylindrical-coordinate representation of color #2144EC: hue angle of 229.66º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2144EC is Cyan = 0.86, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 68 | 236 | - |
| CMYK | 0.86 | 0.71 | 0 | 0.07 |
| HSL | 229.66º | 0.84% | 0.53% | - |
| HSV(B) | 229.66º | 0.86% | 0.93% | - |
| XYZ | 17.83 | 10.51 | 80.45 | - |
| YUV | 76.69 | 217.9 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 68 | 236 | 0.86 | 0.71 | 0 | 0.07 | 229.66 | 0.84 | 0.53 |
| Hex | 21 | 44 | EC | 56 | 47 | 0 | 7 | E6 | 54 | 35 |
| Octal | 41 | 104 | 354 | 126 | 107 | 0 | 7 | 346 | 124 | 65 |
| Binary | 100001 | 1000100 | 11101100 | 1010110 | 1000111 | 0 | 111 | 11100110 | 1010100 | 110101 |
Color Harmonies of #2144EC
Complementary color
Monochromatic Colors of #2144EC
Black with #2144EC
Text Example
Text Example
White with #2144EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2144EC; }
p { color: rgb(33,68,236); }
H1.HeaderClassName
{
color: #2144EC;
}
.AnyTagClassName
{
color: #2144EC;
}
</style>
background-color css
<style>
a { background-color: #2144EC; }
a { background-color: rgb(33,68,236); }
div.DivClassName
{
background-color: #2144EC;
}
.BgClassName
{
background-color: #2144EC;
}
</style>
border-color css
<style>
span { border-color: #2144EC; }
span { border-color: rgb(33,68,236); }
td.TdClassName
{
border-color: #2144EC;
}
.TagClassName
{
border-color: #2144EC;
}
</style>