Shades of Cerulean Blue #2449BD
Tints of Cerulean Blue #2449BD
RGB
CMYK
RGB Variations
Color information
#2449BD (or 0x2449BD) is known color: Cerulean Blue. HEX triplet: 24, 49 and BD. RGB value is (36,73,189). Sum of RGB (Red+Green+Blue) = 36+73+189=298 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.08% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 189 (74.22% from 255 or 63.42% from 298); Max value from RGB is 189 - color contains mainly: blue. Hex color #2449BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2449BD is #DBB642. Grayscale: #4A4A4A. Windows color (decimal): -14399043 or 12405028. OLE color: 12405028.
HSL color Cylindrical-coordinate representation of color #2449BD: hue angle of 225.49º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2449BD is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 73 | 189 | - |
| CMYK | 0.81 | 0.61 | 0 | 0.26 |
| HSL | 225.49º | 0.68% | 0.44% | - |
| HSV(B) | 225.49º | 0.81% | 0.74% | - |
| XYZ | 12.3 | 8.81 | 49.2 | - |
| YUV | 75.16 | 192.24 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 73 | 189 | 0.81 | 0.61 | 0 | 0.26 | 225.49 | 0.68 | 0.44 |
| Hex | 24 | 49 | BD | 51 | 3D | 0 | 1A | E1 | 44 | 2C |
| Octal | 44 | 111 | 275 | 121 | 75 | 0 | 32 | 341 | 104 | 54 |
| Binary | 100100 | 1001001 | 10111101 | 1010001 | 111101 | 0 | 11010 | 11100001 | 1000100 | 101100 |
Color Harmonies of #2449BD
Complementary color
Monochromatic Colors of #2449BD
Black with #2449BD
Text Example
Text Example
White with #2449BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2449BD; }
p { color: rgb(36,73,189); }
H1.HeaderClassName
{
color: #2449BD;
}
.AnyTagClassName
{
color: #2449BD;
}
</style>
background-color css
<style>
a { background-color: #2449BD; }
a { background-color: rgb(36,73,189); }
div.DivClassName
{
background-color: #2449BD;
}
.BgClassName
{
background-color: #2449BD;
}
</style>
border-color css
<style>
span { border-color: #2449BD; }
span { border-color: rgb(36,73,189); }
td.TdClassName
{
border-color: #2449BD;
}
.TagClassName
{
border-color: #2449BD;
}
</style>