Shades of Cerulean Blue #2452DF
Tints of Cerulean Blue #2452DF
RGB
CMYK
RGB Variations
Color information
#2452DF (or 0x2452DF) is known color: Cerulean Blue. HEX triplet: 24, 52 and DF. RGB value is (36,82,223). Sum of RGB (Red+Green+Blue) = 36+82+223=341 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.56% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 223 (87.5% from 255 or 65.40% from 341); Max value from RGB is 223 - color contains mainly: blue. Hex color #2452DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2452DF is #DBAD20. Grayscale: #535353. Windows color (decimal): -14396705 or 14635556. OLE color: 14635556.
HSL color Cylindrical-coordinate representation of color #2452DF: hue angle of 225.24º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2452DF is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 82 | 223 | - |
| CMYK | 0.84 | 0.63 | 0 | 0.13 |
| HSL | 225.24º | 0.75% | 0.51% | - |
| HSV(B) | 225.24º | 0.84% | 0.87% | - |
| XYZ | 17.06 | 11.74 | 71.18 | - |
| YUV | 84.32 | 206.26 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 82 | 223 | 0.84 | 0.63 | 0 | 0.13 | 225.24 | 0.75 | 0.51 |
| Hex | 24 | 52 | DF | 54 | 3F | 0 | D | E1 | 4B | 33 |
| Octal | 44 | 122 | 337 | 124 | 77 | 0 | 15 | 341 | 113 | 63 |
| Binary | 100100 | 1010010 | 11011111 | 1010100 | 111111 | 0 | 1101 | 11100001 | 1001011 | 110011 |
Color Harmonies of #2452DF
Complementary color
Monochromatic Colors of #2452DF
Black with #2452DF
Text Example
Text Example
White with #2452DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2452DF; }
p { color: rgb(36,82,223); }
H1.HeaderClassName
{
color: #2452DF;
}
.AnyTagClassName
{
color: #2452DF;
}
</style>
background-color css
<style>
a { background-color: #2452DF; }
a { background-color: rgb(36,82,223); }
div.DivClassName
{
background-color: #2452DF;
}
.BgClassName
{
background-color: #2452DF;
}
</style>
border-color css
<style>
span { border-color: #2452DF; }
span { border-color: rgb(36,82,223); }
td.TdClassName
{
border-color: #2452DF;
}
.TagClassName
{
border-color: #2452DF;
}
</style>