Shades of Cerulean Blue #2144DC
Tints of Cerulean Blue #2144DC
RGB
CMYK
RGB Variations
Color information
#2144DC (or 0x2144DC) is known color: Cerulean Blue. HEX triplet: 21, 44 and DC. RGB value is (33,68,220). Sum of RGB (Red+Green+Blue) = 33+68+220=321 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.28% from 321); Green value is 68 (26.95% from 255 or 21.18% from 321); Blue value is 220 (86.33% from 255 or 68.54% from 321); Max value from RGB is 220 - color contains mainly: blue. Hex color #2144DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2144DC is #DEBB23. Grayscale: #4A4A4A. Windows color (decimal): -14596900 or 14435361. OLE color: 14435361.
HSL color Cylindrical-coordinate representation of color #2144DC: hue angle of 228.77º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2144DC is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 68 | 220 | - |
| CMYK | 0.85 | 0.69 | 0 | 0.14 |
| HSL | 228.77º | 0.74% | 0.5% | - |
| HSV(B) | 228.77º | 0.85% | 0.86% | - |
| XYZ | 15.61 | 9.62 | 68.75 | - |
| YUV | 74.86 | 209.9 | 98.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 68 | 220 | 0.85 | 0.69 | 0 | 0.14 | 228.77 | 0.74 | 0.5 |
| Hex | 21 | 44 | DC | 55 | 45 | 0 | E | E5 | 4A | 32 |
| Octal | 41 | 104 | 334 | 125 | 105 | 0 | 16 | 345 | 112 | 62 |
| Binary | 100001 | 1000100 | 11011100 | 1010101 | 1000101 | 0 | 1110 | 11100101 | 1001010 | 110010 |
Color Harmonies of #2144DC
Complementary color
Monochromatic Colors of #2144DC
Black with #2144DC
Text Example
Text Example
White with #2144DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2144DC; }
p { color: rgb(33,68,220); }
H1.HeaderClassName
{
color: #2144DC;
}
.AnyTagClassName
{
color: #2144DC;
}
</style>
background-color css
<style>
a { background-color: #2144DC; }
a { background-color: rgb(33,68,220); }
div.DivClassName
{
background-color: #2144DC;
}
.BgClassName
{
background-color: #2144DC;
}
</style>
border-color css
<style>
span { border-color: #2144DC; }
span { border-color: rgb(33,68,220); }
td.TdClassName
{
border-color: #2144DC;
}
.TagClassName
{
border-color: #2144DC;
}
</style>