Shades of Cerulean Blue #2450DF
Tints of Cerulean Blue #2450DF
RGB
CMYK
RGB Variations
Color information
#2450DF (or 0x2450DF) is known color: Cerulean Blue. HEX triplet: 24, 50 and DF. RGB value is (36,80,223). Sum of RGB (Red+Green+Blue) = 36+80+223=339 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.62% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 223 (87.5% from 255 or 65.78% from 339); Max value from RGB is 223 - color contains mainly: blue. Hex color #2450DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2450DF is #DBAF20. Grayscale: #525252. Windows color (decimal): -14397217 or 14635044. OLE color: 14635044.
HSL color Cylindrical-coordinate representation of color #2450DF: hue angle of 225.88º 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 #2450DF is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 80 | 223 | - |
| CMYK | 0.84 | 0.64 | 0 | 0.13 |
| HSL | 225.88º | 0.75% | 0.51% | - |
| HSV(B) | 225.88º | 0.84% | 0.87% | - |
| XYZ | 16.92 | 11.44 | 71.13 | - |
| YUV | 83.15 | 206.92 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 80 | 223 | 0.84 | 0.64 | 0 | 0.13 | 225.88 | 0.75 | 0.51 |
| Hex | 24 | 50 | DF | 54 | 40 | 0 | D | E2 | 4B | 33 |
| Octal | 44 | 120 | 337 | 124 | 100 | 0 | 15 | 342 | 113 | 63 |
| Binary | 100100 | 1010000 | 11011111 | 1010100 | 1000000 | 0 | 1101 | 11100010 | 1001011 | 110011 |
Color Harmonies of #2450DF
Complementary color
Monochromatic Colors of #2450DF
Black with #2450DF
Text Example
Text Example
White with #2450DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2450DF; }
p { color: rgb(36,80,223); }
H1.HeaderClassName
{
color: #2450DF;
}
.AnyTagClassName
{
color: #2450DF;
}
</style>
background-color css
<style>
a { background-color: #2450DF; }
a { background-color: rgb(36,80,223); }
div.DivClassName
{
background-color: #2450DF;
}
.BgClassName
{
background-color: #2450DF;
}
</style>
border-color css
<style>
span { border-color: #2450DF; }
span { border-color: rgb(36,80,223); }
td.TdClassName
{
border-color: #2450DF;
}
.TagClassName
{
border-color: #2450DF;
}
</style>