Shades of Cerulean Blue #2143EB
Tints of Cerulean Blue #2143EB
RGB
CMYK
RGB Variations
Color information
#2143EB (or 0x2143EB) is known color: Cerulean Blue. HEX triplet: 21, 43 and EB. RGB value is (33,67,235). Sum of RGB (Red+Green+Blue) = 33+67+235=335 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.85% from 335); Green value is 67 (26.56% from 255 or 20% from 335); Blue value is 235 (92.19% from 255 or 70.15% from 335); Max value from RGB is 235 - color contains mainly: blue. Hex color #2143EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2143EB is #DEBC14. Grayscale: #4B4B4B. Windows color (decimal): -14597141 or 15418145. OLE color: 15418145.
HSL color Cylindrical-coordinate representation of color #2143EB: hue angle of 229.9º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2143EB is Cyan = 0.86, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 33 | 67 | 235 | - |
| CMYK | 0.86 | 0.71 | 0 | 0.08 |
| HSL | 229.9º | 0.83% | 0.53% | - |
| HSV(B) | 229.9º | 0.86% | 0.92% | - |
| XYZ | 17.63 | 10.34 | 79.66 | - |
| YUV | 75.99 | 217.74 | 97.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 67 | 235 | 0.86 | 0.71 | 0 | 0.08 | 229.9 | 0.83 | 0.53 |
| Hex | 21 | 43 | EB | 56 | 47 | 0 | 8 | E6 | 53 | 35 |
| Octal | 41 | 103 | 353 | 126 | 107 | 0 | 10 | 346 | 123 | 65 |
| Binary | 100001 | 1000011 | 11101011 | 1010110 | 1000111 | 0 | 1000 | 11100110 | 1010011 | 110101 |
Color Harmonies of #2143EB
Complementary color
Monochromatic Colors of #2143EB
Black with #2143EB
Text Example
Text Example
White with #2143EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2143EB; }
p { color: rgb(33,67,235); }
H1.HeaderClassName
{
color: #2143EB;
}
.AnyTagClassName
{
color: #2143EB;
}
</style>
background-color css
<style>
a { background-color: #2143EB; }
a { background-color: rgb(33,67,235); }
div.DivClassName
{
background-color: #2143EB;
}
.BgClassName
{
background-color: #2143EB;
}
</style>
border-color css
<style>
span { border-color: #2143EB; }
span { border-color: rgb(33,67,235); }
td.TdClassName
{
border-color: #2143EB;
}
.TagClassName
{
border-color: #2143EB;
}
</style>