Shades of Cerulean Blue #2143EC
Tints of Cerulean Blue #2143EC
RGB
CMYK
RGB Variations
Color information
#2143EC (or 0x2143EC) is known color: Cerulean Blue. HEX triplet: 21, 43 and EC. RGB value is (33,67,236). Sum of RGB (Red+Green+Blue) = 33+67+236=336 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.82% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 236 (92.58% from 255 or 70.24% from 336); Max value from RGB is 236 - color contains mainly: blue. Hex color #2143EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2143EC is #DEBC13. Grayscale: #4B4B4B. Windows color (decimal): -14597140 or 15483681. OLE color: 15483681.
HSL color Cylindrical-coordinate representation of color #2143EC: hue angle of 229.95º 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 #2143EC is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 67 | 236 | - |
| CMYK | 0.86 | 0.72 | 0 | 0.07 |
| HSL | 229.95º | 0.84% | 0.53% | - |
| HSV(B) | 229.95º | 0.86% | 0.93% | - |
| XYZ | 17.77 | 10.39 | 80.43 | - |
| YUV | 76.1 | 218.24 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 67 | 236 | 0.86 | 0.72 | 0 | 0.07 | 229.95 | 0.84 | 0.53 |
| Hex | 21 | 43 | EC | 56 | 48 | 0 | 7 | E6 | 54 | 35 |
| Octal | 41 | 103 | 354 | 126 | 110 | 0 | 7 | 346 | 124 | 65 |
| Binary | 100001 | 1000011 | 11101100 | 1010110 | 1001000 | 0 | 111 | 11100110 | 1010100 | 110101 |
Color Harmonies of #2143EC
Complementary color
Monochromatic Colors of #2143EC
Black with #2143EC
Text Example
Text Example
White with #2143EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2143EC; }
p { color: rgb(33,67,236); }
H1.HeaderClassName
{
color: #2143EC;
}
.AnyTagClassName
{
color: #2143EC;
}
</style>
background-color css
<style>
a { background-color: #2143EC; }
a { background-color: rgb(33,67,236); }
div.DivClassName
{
background-color: #2143EC;
}
.BgClassName
{
background-color: #2143EC;
}
</style>
border-color css
<style>
span { border-color: #2143EC; }
span { border-color: rgb(33,67,236); }
td.TdClassName
{
border-color: #2143EC;
}
.TagClassName
{
border-color: #2143EC;
}
</style>