Shades of Cerulean Blue #2043EC
Tints of Cerulean Blue #2043EC
RGB
CMYK
RGB Variations
Color information
#2043EC (or 0x2043EC) is known color: Cerulean Blue. HEX triplet: 20, 43 and EC. RGB value is (32,67,236). Sum of RGB (Red+Green+Blue) = 32+67+236=335 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.55% from 335); Green value is 67 (26.56% from 255 or 20% from 335); Blue value is 236 (92.58% from 255 or 70.45% from 335); Max value from RGB is 236 - color contains mainly: blue. Hex color #2043EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2043EC is #DFBC13. Grayscale: #4B4B4B. Windows color (decimal): -14662676 or 15483680. OLE color: 15483680.
HSL color Cylindrical-coordinate representation of color #2043EC: hue angle of 229.71º 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 #2043EC is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 67 | 236 | - |
| CMYK | 0.86 | 0.72 | 0 | 0.07 |
| HSL | 229.71º | 0.84% | 0.53% | - |
| HSV(B) | 229.71º | 0.86% | 0.93% | - |
| XYZ | 17.74 | 10.38 | 80.42 | - |
| YUV | 75.8 | 218.4 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 67 | 236 | 0.86 | 0.72 | 0 | 0.07 | 229.71 | 0.84 | 0.53 |
| Hex | 20 | 43 | EC | 56 | 48 | 0 | 7 | E6 | 54 | 35 |
| Octal | 40 | 103 | 354 | 126 | 110 | 0 | 7 | 346 | 124 | 65 |
| Binary | 100000 | 1000011 | 11101100 | 1010110 | 1001000 | 0 | 111 | 11100110 | 1010100 | 110101 |
Color Harmonies of #2043EC
Complementary color
Monochromatic Colors of #2043EC
Black with #2043EC
Text Example
Text Example
White with #2043EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2043EC; }
p { color: rgb(32,67,236); }
H1.HeaderClassName
{
color: #2043EC;
}
.AnyTagClassName
{
color: #2043EC;
}
</style>
background-color css
<style>
a { background-color: #2043EC; }
a { background-color: rgb(32,67,236); }
div.DivClassName
{
background-color: #2043EC;
}
.BgClassName
{
background-color: #2043EC;
}
</style>
border-color css
<style>
span { border-color: #2043EC; }
span { border-color: rgb(32,67,236); }
td.TdClassName
{
border-color: #2043EC;
}
.TagClassName
{
border-color: #2043EC;
}
</style>