Shades of Cerulean Blue #2149AB
Tints of Cerulean Blue #2149AB
RGB
CMYK
RGB Variations
Color information
#2149AB (or 0x2149AB) is known color: Cerulean Blue. HEX triplet: 21, 49 and AB. RGB value is (33,73,171). Sum of RGB (Red+Green+Blue) = 33+73+171=277 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.91% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 171 (67.19% from 255 or 61.73% from 277); Max value from RGB is 171 - color contains mainly: blue. Hex color #2149AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2149AB is #DEB654. Grayscale: #474747. Windows color (decimal): -14595669 or 11225377. OLE color: 11225377.
HSL color Cylindrical-coordinate representation of color #2149AB: hue angle of 222.61º degrees, saturation: 0.68, 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 #2149AB is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 73 | 171 | - |
| CMYK | 0.81 | 0.57 | 0 | 0.33 |
| HSL | 222.61º | 0.68% | 0.4% | - |
| HSV(B) | 222.61º | 0.81% | 0.67% | - |
| XYZ | 10.36 | 8.03 | 39.53 | - |
| YUV | 72.21 | 183.75 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 73 | 171 | 0.81 | 0.57 | 0 | 0.33 | 222.61 | 0.68 | 0.4 |
| Hex | 21 | 49 | AB | 51 | 39 | 0 | 21 | DF | 44 | 28 |
| Octal | 41 | 111 | 253 | 121 | 71 | 0 | 41 | 337 | 104 | 50 |
| Binary | 100001 | 1001001 | 10101011 | 1010001 | 111001 | 0 | 100001 | 11011111 | 1000100 | 101000 |
Color Harmonies of #2149AB
Complementary color
Monochromatic Colors of #2149AB
Black with #2149AB
Text Example
Text Example
White with #2149AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2149AB; }
p { color: rgb(33,73,171); }
H1.HeaderClassName
{
color: #2149AB;
}
.AnyTagClassName
{
color: #2149AB;
}
</style>
background-color css
<style>
a { background-color: #2149AB; }
a { background-color: rgb(33,73,171); }
div.DivClassName
{
background-color: #2149AB;
}
.BgClassName
{
background-color: #2149AB;
}
</style>
border-color css
<style>
span { border-color: #2149AB; }
span { border-color: rgb(33,73,171); }
td.TdClassName
{
border-color: #2149AB;
}
.TagClassName
{
border-color: #2149AB;
}
</style>