Shades of Cerulean Blue #2149AA
Tints of Cerulean Blue #2149AA
RGB
CMYK
RGB Variations
Color information
#2149AA (or 0x2149AA) is known color: Cerulean Blue. HEX triplet: 21, 49 and AA. RGB value is (33,73,170). Sum of RGB (Red+Green+Blue) = 33+73+170=276 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.96% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 170 (66.80% from 255 or 61.59% from 276); Max value from RGB is 170 - color contains mainly: blue. Hex color #2149AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2149AA is #DEB655. Grayscale: #474747. Windows color (decimal): -14595670 or 11159841. OLE color: 11159841.
HSL color Cylindrical-coordinate representation of color #2149AA: hue angle of 222.48º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2149AA is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 73 | 170 | - |
| CMYK | 0.81 | 0.57 | 0 | 0.33 |
| HSL | 222.48º | 0.67% | 0.4% | - |
| HSV(B) | 222.48º | 0.81% | 0.67% | - |
| XYZ | 10.27 | 7.99 | 39.03 | - |
| YUV | 72.1 | 183.25 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 73 | 170 | 0.81 | 0.57 | 0 | 0.33 | 222.48 | 0.67 | 0.4 |
| Hex | 21 | 49 | AA | 51 | 39 | 0 | 21 | DE | 43 | 28 |
| Octal | 41 | 111 | 252 | 121 | 71 | 0 | 41 | 336 | 103 | 50 |
| Binary | 100001 | 1001001 | 10101010 | 1010001 | 111001 | 0 | 100001 | 11011110 | 1000011 | 101000 |
Color Harmonies of #2149AA
Complementary color
Monochromatic Colors of #2149AA
Black with #2149AA
Text Example
Text Example
White with #2149AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2149AA; }
p { color: rgb(33,73,170); }
H1.HeaderClassName
{
color: #2149AA;
}
.AnyTagClassName
{
color: #2149AA;
}
</style>
background-color css
<style>
a { background-color: #2149AA; }
a { background-color: rgb(33,73,170); }
div.DivClassName
{
background-color: #2149AA;
}
.BgClassName
{
background-color: #2149AA;
}
</style>
border-color css
<style>
span { border-color: #2149AA; }
span { border-color: rgb(33,73,170); }
td.TdClassName
{
border-color: #2149AA;
}
.TagClassName
{
border-color: #2149AA;
}
</style>