Shades of Cerulean Blue #2149D9
Tints of Cerulean Blue #2149D9
RGB
CMYK
RGB Variations
Color information
#2149D9 (or 0x2149D9) is known color: Cerulean Blue. HEX triplet: 21, 49 and D9. RGB value is (33,73,217). Sum of RGB (Red+Green+Blue) = 33+73+217=323 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.22% from 323); Green value is 73 (28.91% from 255 or 22.60% from 323); Blue value is 217 (85.16% from 255 or 67.18% from 323); Max value from RGB is 217 - color contains mainly: blue. Hex color #2149D9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2149D9 is #DEB626. Grayscale: #4C4C4C. Windows color (decimal): -14595623 or 14240033. OLE color: 14240033.
HSL color Cylindrical-coordinate representation of color #2149D9: hue angle of 226.96º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2149D9 is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 73 | 217 | - |
| CMYK | 0.85 | 0.66 | 0 | 0.15 |
| HSL | 226.96º | 0.74% | 0.49% | - |
| HSV(B) | 226.96º | 0.85% | 0.85% | - |
| XYZ | 15.53 | 10.1 | 66.78 | - |
| YUV | 77.46 | 206.75 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 73 | 217 | 0.85 | 0.66 | 0 | 0.15 | 226.96 | 0.74 | 0.49 |
| Hex | 21 | 49 | D9 | 55 | 42 | 0 | F | E3 | 4A | 31 |
| Octal | 41 | 111 | 331 | 125 | 102 | 0 | 17 | 343 | 112 | 61 |
| Binary | 100001 | 1001001 | 11011001 | 1010101 | 1000010 | 0 | 1111 | 11100011 | 1001010 | 110001 |
Color Harmonies of #2149D9
Complementary color
Monochromatic Colors of #2149D9
Black with #2149D9
Text Example
Text Example
White with #2149D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2149D9; }
p { color: rgb(33,73,217); }
H1.HeaderClassName
{
color: #2149D9;
}
.AnyTagClassName
{
color: #2149D9;
}
</style>
background-color css
<style>
a { background-color: #2149D9; }
a { background-color: rgb(33,73,217); }
div.DivClassName
{
background-color: #2149D9;
}
.BgClassName
{
background-color: #2149D9;
}
</style>
border-color css
<style>
span { border-color: #2149D9; }
span { border-color: rgb(33,73,217); }
td.TdClassName
{
border-color: #2149D9;
}
.TagClassName
{
border-color: #2149D9;
}
</style>