Shades of Cerulean Blue #2049BE
Tints of Cerulean Blue #2049BE
RGB
CMYK
RGB Variations
Color information
#2049BE (or 0x2049BE) is known color: Cerulean Blue. HEX triplet: 20, 49 and BE. RGB value is (32,73,190). Sum of RGB (Red+Green+Blue) = 32+73+190=295 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.85% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 190 (74.61% from 255 or 64.41% from 295); Max value from RGB is 190 - color contains mainly: blue. Hex color #2049BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2049BE is #DFB641. Grayscale: #494949. Windows color (decimal): -14661186 or 12470560. OLE color: 12470560.
HSL color Cylindrical-coordinate representation of color #2049BE: hue angle of 224.43º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2049BE is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 73 | 190 | - |
| CMYK | 0.83 | 0.62 | 0 | 0.25 |
| HSL | 224.43º | 0.71% | 0.44% | - |
| HSV(B) | 224.43º | 0.83% | 0.75% | - |
| XYZ | 12.27 | 8.79 | 49.76 | - |
| YUV | 74.08 | 193.42 | 97.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 73 | 190 | 0.83 | 0.62 | 0 | 0.25 | 224.43 | 0.71 | 0.44 |
| Hex | 20 | 49 | BE | 53 | 3E | 0 | 19 | E0 | 47 | 2C |
| Octal | 40 | 111 | 276 | 123 | 76 | 0 | 31 | 340 | 107 | 54 |
| Binary | 100000 | 1001001 | 10111110 | 1010011 | 111110 | 0 | 11001 | 11100000 | 1000111 | 101100 |
Color Harmonies of #2049BE
Complementary color
Monochromatic Colors of #2049BE
Black with #2049BE
Text Example
Text Example
White with #2049BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2049BE; }
p { color: rgb(32,73,190); }
H1.HeaderClassName
{
color: #2049BE;
}
.AnyTagClassName
{
color: #2049BE;
}
</style>
background-color css
<style>
a { background-color: #2049BE; }
a { background-color: rgb(32,73,190); }
div.DivClassName
{
background-color: #2049BE;
}
.BgClassName
{
background-color: #2049BE;
}
</style>
border-color css
<style>
span { border-color: #2049BE; }
span { border-color: rgb(32,73,190); }
td.TdClassName
{
border-color: #2049BE;
}
.TagClassName
{
border-color: #2049BE;
}
</style>