Shades of Cerulean Blue #2149B4
Tints of Cerulean Blue #2149B4
RGB
CMYK
RGB Variations
Color information
#2149B4 (or 0x2149B4) is known color: Cerulean Blue. HEX triplet: 21, 49 and B4. RGB value is (33,73,180). Sum of RGB (Red+Green+Blue) = 33+73+180=286 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.54% from 286); Green value is 73 (28.91% from 255 or 25.52% from 286); Blue value is 180 (70.70% from 255 or 62.94% from 286); Max value from RGB is 180 - color contains mainly: blue. Hex color #2149B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2149B4 is #DEB64B. Grayscale: #484848. Windows color (decimal): -14595660 or 11815201. OLE color: 11815201.
HSL color Cylindrical-coordinate representation of color #2149B4: hue angle of 223.67º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2149B4 is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 33 | 73 | 180 | - |
| CMYK | 0.82 | 0.59 | 0 | 0.29 |
| HSL | 223.67º | 0.69% | 0.42% | - |
| HSV(B) | 223.67º | 0.82% | 0.71% | - |
| XYZ | 11.25 | 8.38 | 44.21 | - |
| YUV | 73.24 | 188.25 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 73 | 180 | 0.82 | 0.59 | 0 | 0.29 | 223.67 | 0.69 | 0.42 |
| Hex | 21 | 49 | B4 | 52 | 3B | 0 | 1D | E0 | 45 | 2A |
| Octal | 41 | 111 | 264 | 122 | 73 | 0 | 35 | 340 | 105 | 52 |
| Binary | 100001 | 1001001 | 10110100 | 1010010 | 111011 | 0 | 11101 | 11100000 | 1000101 | 101010 |
Color Harmonies of #2149B4
Complementary color
Monochromatic Colors of #2149B4
Black with #2149B4
Text Example
Text Example
White with #2149B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2149B4; }
p { color: rgb(33,73,180); }
H1.HeaderClassName
{
color: #2149B4;
}
.AnyTagClassName
{
color: #2149B4;
}
</style>
background-color css
<style>
a { background-color: #2149B4; }
a { background-color: rgb(33,73,180); }
div.DivClassName
{
background-color: #2149B4;
}
.BgClassName
{
background-color: #2149B4;
}
</style>
border-color css
<style>
span { border-color: #2149B4; }
span { border-color: rgb(33,73,180); }
td.TdClassName
{
border-color: #2149B4;
}
.TagClassName
{
border-color: #2149B4;
}
</style>