Shades of Cerulean Blue #2149BC
Tints of Cerulean Blue #2149BC
RGB
CMYK
RGB Variations
Color information
#2149BC (or 0x2149BC) is known color: Cerulean Blue. HEX triplet: 21, 49 and BC. RGB value is (33,73,188). Sum of RGB (Red+Green+Blue) = 33+73+188=294 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.22% from 294); Green value is 73 (28.91% from 255 or 24.83% from 294); Blue value is 188 (73.83% from 255 or 63.95% from 294); Max value from RGB is 188 - color contains mainly: blue. Hex color #2149BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2149BC is #DEB643. Grayscale: #494949. Windows color (decimal): -14595652 or 12339489. OLE color: 12339489.
HSL color Cylindrical-coordinate representation of color #2149BC: hue angle of 224.52º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2149BC is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 73 | 188 | - |
| CMYK | 0.82 | 0.61 | 0 | 0.26 |
| HSL | 224.52º | 0.7% | 0.43% | - |
| HSV(B) | 224.52º | 0.82% | 0.74% | - |
| XYZ | 12.09 | 8.72 | 48.62 | - |
| YUV | 74.15 | 192.25 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 73 | 188 | 0.82 | 0.61 | 0 | 0.26 | 224.52 | 0.7 | 0.43 |
| Hex | 21 | 49 | BC | 52 | 3D | 0 | 1A | E1 | 46 | 2B |
| Octal | 41 | 111 | 274 | 122 | 75 | 0 | 32 | 341 | 106 | 53 |
| Binary | 100001 | 1001001 | 10111100 | 1010010 | 111101 | 0 | 11010 | 11100001 | 1000110 | 101011 |
Color Harmonies of #2149BC
Complementary color
Monochromatic Colors of #2149BC
Black with #2149BC
Text Example
Text Example
White with #2149BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2149BC; }
p { color: rgb(33,73,188); }
H1.HeaderClassName
{
color: #2149BC;
}
.AnyTagClassName
{
color: #2149BC;
}
</style>
background-color css
<style>
a { background-color: #2149BC; }
a { background-color: rgb(33,73,188); }
div.DivClassName
{
background-color: #2149BC;
}
.BgClassName
{
background-color: #2149BC;
}
</style>
border-color css
<style>
span { border-color: #2149BC; }
span { border-color: rgb(33,73,188); }
td.TdClassName
{
border-color: #2149BC;
}
.TagClassName
{
border-color: #2149BC;
}
</style>