Shades of Cerulean Blue #2B49DD
Tints of Cerulean Blue #2B49DD
RGB
CMYK
RGB Variations
Color information
#2B49DD (or 0x2B49DD) is known color: Cerulean Blue. HEX triplet: 2B, 49 and DD. RGB value is (43,73,221). Sum of RGB (Red+Green+Blue) = 43+73+221=337 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.76% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 221 (86.72% from 255 or 65.58% from 337); Max value from RGB is 221 - color contains mainly: blue. Hex color #2B49DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B49DD is #D4B622. Grayscale: #505050. Windows color (decimal): -13940259 or 14502187. OLE color: 14502187.
HSL color Cylindrical-coordinate representation of color #2B49DD: hue angle of 229.89º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B49DD is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 73 | 221 | - |
| CMYK | 0.81 | 0.67 | 0 | 0.13 |
| HSL | 229.89º | 0.72% | 0.52% | - |
| HSV(B) | 229.89º | 0.81% | 0.87% | - |
| XYZ | 16.43 | 10.5 | 69.57 | - |
| YUV | 80.9 | 207.06 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 73 | 221 | 0.81 | 0.67 | 0 | 0.13 | 229.89 | 0.72 | 0.52 |
| Hex | 2B | 49 | DD | 51 | 43 | 0 | D | E6 | 48 | 34 |
| Octal | 53 | 111 | 335 | 121 | 103 | 0 | 15 | 346 | 110 | 64 |
| Binary | 101011 | 1001001 | 11011101 | 1010001 | 1000011 | 0 | 1101 | 11100110 | 1001000 | 110100 |
Color Harmonies of #2B49DD
Complementary color
Monochromatic Colors of #2B49DD
Black with #2B49DD
Text Example
Text Example
White with #2B49DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B49DD; }
p { color: rgb(43,73,221); }
H1.HeaderClassName
{
color: #2B49DD;
}
.AnyTagClassName
{
color: #2B49DD;
}
</style>
background-color css
<style>
a { background-color: #2B49DD; }
a { background-color: rgb(43,73,221); }
div.DivClassName
{
background-color: #2B49DD;
}
.BgClassName
{
background-color: #2B49DD;
}
</style>
border-color css
<style>
span { border-color: #2B49DD; }
span { border-color: rgb(43,73,221); }
td.TdClassName
{
border-color: #2B49DD;
}
.TagClassName
{
border-color: #2B49DD;
}
</style>