Shades of Cerulean Blue #2452BB
Tints of Cerulean Blue #2452BB
RGB
CMYK
RGB Variations
Color information
#2452BB (or 0x2452BB) is known color: Cerulean Blue. HEX triplet: 24, 52 and BB. RGB value is (36,82,187). Sum of RGB (Red+Green+Blue) = 36+82+187=305 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.80% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 187 (73.44% from 255 or 61.31% from 305); Max value from RGB is 187 - color contains mainly: blue. Hex color #2452BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2452BB is #DBAD44. Grayscale: #4F4F4F. Windows color (decimal): -14396741 or 12276260. OLE color: 12276260.
HSL color Cylindrical-coordinate representation of color #2452BB: hue angle of 221.72º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2452BB is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 82 | 187 | - |
| CMYK | 0.81 | 0.56 | 0 | 0.27 |
| HSL | 221.72º | 0.68% | 0.44% | - |
| HSV(B) | 221.72º | 0.81% | 0.73% | - |
| XYZ | 12.71 | 10 | 48.27 | - |
| YUV | 80.22 | 188.26 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 82 | 187 | 0.81 | 0.56 | 0 | 0.27 | 221.72 | 0.68 | 0.44 |
| Hex | 24 | 52 | BB | 51 | 38 | 0 | 1B | DE | 44 | 2C |
| Octal | 44 | 122 | 273 | 121 | 70 | 0 | 33 | 336 | 104 | 54 |
| Binary | 100100 | 1010010 | 10111011 | 1010001 | 111000 | 0 | 11011 | 11011110 | 1000100 | 101100 |
Color Harmonies of #2452BB
Complementary color
Monochromatic Colors of #2452BB
Black with #2452BB
Text Example
Text Example
White with #2452BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2452BB; }
p { color: rgb(36,82,187); }
H1.HeaderClassName
{
color: #2452BB;
}
.AnyTagClassName
{
color: #2452BB;
}
</style>
background-color css
<style>
a { background-color: #2452BB; }
a { background-color: rgb(36,82,187); }
div.DivClassName
{
background-color: #2452BB;
}
.BgClassName
{
background-color: #2452BB;
}
</style>
border-color css
<style>
span { border-color: #2452BB; }
span { border-color: rgb(36,82,187); }
td.TdClassName
{
border-color: #2452BB;
}
.TagClassName
{
border-color: #2452BB;
}
</style>