Shades of Cerulean Blue #2452B0
Tints of Cerulean Blue #2452B0
RGB
CMYK
RGB Variations
Color information
#2452B0 (or 0x2452B0) is known color: Cerulean Blue. HEX triplet: 24, 52 and B0. RGB value is (36,82,176). Sum of RGB (Red+Green+Blue) = 36+82+176=294 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.24% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 176 (69.14% from 255 or 59.86% from 294); Max value from RGB is 176 - color contains mainly: blue. Hex color #2452B0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2452B0 is #DBAD4F. Grayscale: #4E4E4E. Windows color (decimal): -14396752 or 11555364. OLE color: 11555364.
HSL color Cylindrical-coordinate representation of color #2452B0: hue angle of 220.29º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2452B0 is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 36 | 82 | 176 | - |
| CMYK | 0.80 | 0.53 | 0 | 0.31 |
| HSL | 220.29º | 0.66% | 0.42% | - |
| HSV(B) | 220.29º | 0.8% | 0.69% | - |
| XYZ | 11.58 | 9.54 | 42.31 | - |
| YUV | 78.96 | 182.76 | 97.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 82 | 176 | 0.80 | 0.53 | 0 | 0.31 | 220.29 | 0.66 | 0.42 |
| Hex | 24 | 52 | B0 | 50 | 35 | 0 | 1F | DC | 42 | 2A |
| Octal | 44 | 122 | 260 | 120 | 65 | 0 | 37 | 334 | 102 | 52 |
| Binary | 100100 | 1010010 | 10110000 | 1010000 | 110101 | 0 | 11111 | 11011100 | 1000010 | 101010 |
Color Harmonies of #2452B0
Complementary color
Monochromatic Colors of #2452B0
Black with #2452B0
Text Example
Text Example
White with #2452B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2452B0; }
p { color: rgb(36,82,176); }
H1.HeaderClassName
{
color: #2452B0;
}
.AnyTagClassName
{
color: #2452B0;
}
</style>
background-color css
<style>
a { background-color: #2452B0; }
a { background-color: rgb(36,82,176); }
div.DivClassName
{
background-color: #2452B0;
}
.BgClassName
{
background-color: #2452B0;
}
</style>
border-color css
<style>
span { border-color: #2452B0; }
span { border-color: rgb(36,82,176); }
td.TdClassName
{
border-color: #2452B0;
}
.TagClassName
{
border-color: #2452B0;
}
</style>