Shades of Cerulean Blue #2149E9
Tints of Cerulean Blue #2149E9
RGB
CMYK
RGB Variations
Color information
#2149E9 (or 0x2149E9) is known color: Cerulean Blue. HEX triplet: 21, 49 and E9. RGB value is (33,73,233). Sum of RGB (Red+Green+Blue) = 33+73+233=339 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.73% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 233 (91.41% from 255 or 68.73% from 339); Max value from RGB is 233 - color contains mainly: blue. Hex color #2149E9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2149E9 is #DEB616. Grayscale: #4E4E4E. Windows color (decimal): -14595607 or 15288609. OLE color: 15288609.
HSL color Cylindrical-coordinate representation of color #2149E9: hue angle of 228º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2149E9 is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 33 | 73 | 233 | - |
| CMYK | 0.86 | 0.69 | 0 | 0.09 |
| HSL | 228º | 0.82% | 0.52% | - |
| HSV(B) | 228º | 0.86% | 0.91% | - |
| XYZ | 17.72 | 10.97 | 78.27 | - |
| YUV | 79.28 | 214.75 | 94.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 73 | 233 | 0.86 | 0.69 | 0 | 0.09 | 228 | 0.82 | 0.52 |
| Hex | 21 | 49 | E9 | 56 | 45 | 0 | 9 | E4 | 52 | 34 |
| Octal | 41 | 111 | 351 | 126 | 105 | 0 | 11 | 344 | 122 | 64 |
| Binary | 100001 | 1001001 | 11101001 | 1010110 | 1000101 | 0 | 1001 | 11100100 | 1010010 | 110100 |
Color Harmonies of #2149E9
Complementary color
Monochromatic Colors of #2149E9
Black with #2149E9
Text Example
Text Example
White with #2149E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2149E9; }
p { color: rgb(33,73,233); }
H1.HeaderClassName
{
color: #2149E9;
}
.AnyTagClassName
{
color: #2149E9;
}
</style>
background-color css
<style>
a { background-color: #2149E9; }
a { background-color: rgb(33,73,233); }
div.DivClassName
{
background-color: #2149E9;
}
.BgClassName
{
background-color: #2149E9;
}
</style>
border-color css
<style>
span { border-color: #2149E9; }
span { border-color: rgb(33,73,233); }
td.TdClassName
{
border-color: #2149E9;
}
.TagClassName
{
border-color: #2149E9;
}
</style>