Shades of Cerulean Blue #2043EB
Tints of Cerulean Blue #2043EB
RGB
CMYK
RGB Variations
Color information
#2043EB (or 0x2043EB) is known color: Cerulean Blue. HEX triplet: 20, 43 and EB. RGB value is (32,67,235). Sum of RGB (Red+Green+Blue) = 32+67+235=334 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.58% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 235 (92.19% from 255 or 70.36% from 334); Max value from RGB is 235 - color contains mainly: blue. Hex color #2043EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2043EB is #DFBC14. Grayscale: #4A4A4A. Windows color (decimal): -14662677 or 15418144. OLE color: 15418144.
HSL color Cylindrical-coordinate representation of color #2043EB: hue angle of 229.66º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2043EB is Cyan = 0.86, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 67 | 235 | - |
| CMYK | 0.86 | 0.71 | 0 | 0.08 |
| HSL | 229.66º | 0.84% | 0.52% | - |
| HSV(B) | 229.66º | 0.86% | 0.92% | - |
| XYZ | 17.6 | 10.32 | 79.66 | - |
| YUV | 75.69 | 217.9 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 67 | 235 | 0.86 | 0.71 | 0 | 0.08 | 229.66 | 0.84 | 0.52 |
| Hex | 20 | 43 | EB | 56 | 47 | 0 | 8 | E6 | 54 | 34 |
| Octal | 40 | 103 | 353 | 126 | 107 | 0 | 10 | 346 | 124 | 64 |
| Binary | 100000 | 1000011 | 11101011 | 1010110 | 1000111 | 0 | 1000 | 11100110 | 1010100 | 110100 |
Color Harmonies of #2043EB
Complementary color
Monochromatic Colors of #2043EB
Black with #2043EB
Text Example
Text Example
White with #2043EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2043EB; }
p { color: rgb(32,67,235); }
H1.HeaderClassName
{
color: #2043EB;
}
.AnyTagClassName
{
color: #2043EB;
}
</style>
background-color css
<style>
a { background-color: #2043EB; }
a { background-color: rgb(32,67,235); }
div.DivClassName
{
background-color: #2043EB;
}
.BgClassName
{
background-color: #2043EB;
}
</style>
border-color css
<style>
span { border-color: #2043EB; }
span { border-color: rgb(32,67,235); }
td.TdClassName
{
border-color: #2043EB;
}
.TagClassName
{
border-color: #2043EB;
}
</style>