Shades of Cerulean Blue #2149CF
Tints of Cerulean Blue #2149CF
RGB
CMYK
RGB Variations
Color information
#2149CF (or 0x2149CF) is known color: Cerulean Blue. HEX triplet: 21, 49 and CF. RGB value is (33,73,207). Sum of RGB (Red+Green+Blue) = 33+73+207=313 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.54% from 313); Green value is 73 (28.91% from 255 or 23.32% from 313); Blue value is 207 (81.25% from 255 or 66.13% from 313); Max value from RGB is 207 - color contains mainly: blue. Hex color #2149CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2149CF is #DEB630. Grayscale: #4B4B4B. Windows color (decimal): -14595633 or 13584673. OLE color: 13584673.
HSL color Cylindrical-coordinate representation of color #2149CF: hue angle of 226.21º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2149CF is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 73 | 207 | - |
| CMYK | 0.84 | 0.65 | 0 | 0.19 |
| HSL | 226.21º | 0.73% | 0.47% | - |
| HSV(B) | 226.21º | 0.84% | 0.81% | - |
| XYZ | 14.27 | 9.59 | 60.13 | - |
| YUV | 76.32 | 201.75 | 97.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 73 | 207 | 0.84 | 0.65 | 0 | 0.19 | 226.21 | 0.73 | 0.47 |
| Hex | 21 | 49 | CF | 54 | 41 | 0 | 13 | E2 | 48 | 2F |
| Octal | 41 | 111 | 317 | 124 | 101 | 0 | 23 | 342 | 110 | 57 |
| Binary | 100001 | 1001001 | 11001111 | 1010100 | 1000001 | 0 | 10011 | 11100010 | 1001000 | 101111 |
Color Harmonies of #2149CF
Complementary color
Monochromatic Colors of #2149CF
Black with #2149CF
Text Example
Text Example
White with #2149CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2149CF; }
p { color: rgb(33,73,207); }
H1.HeaderClassName
{
color: #2149CF;
}
.AnyTagClassName
{
color: #2149CF;
}
</style>
background-color css
<style>
a { background-color: #2149CF; }
a { background-color: rgb(33,73,207); }
div.DivClassName
{
background-color: #2149CF;
}
.BgClassName
{
background-color: #2149CF;
}
</style>
border-color css
<style>
span { border-color: #2149CF; }
span { border-color: rgb(33,73,207); }
td.TdClassName
{
border-color: #2149CF;
}
.TagClassName
{
border-color: #2149CF;
}
</style>