Shades of Cerulean Blue #2445D0
Tints of Cerulean Blue #2445D0
RGB
CMYK
RGB Variations
Color information
#2445D0 (or 0x2445D0) is known color: Cerulean Blue. HEX triplet: 24, 45 and D0. RGB value is (36,69,208). Sum of RGB (Red+Green+Blue) = 36+69+208=313 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.50% from 313); Green value is 69 (27.34% from 255 or 22.04% from 313); Blue value is 208 (81.64% from 255 or 66.45% from 313); Max value from RGB is 208 - color contains mainly: blue. Hex color #2445D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2445D0 is #DBBA2F. Grayscale: #4A4A4A. Windows color (decimal): -14400048 or 13649188. OLE color: 13649188.
HSL color Cylindrical-coordinate representation of color #2445D0: hue angle of 228.49º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2445D0 is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 36 | 69 | 208 | - |
| CMYK | 0.83 | 0.67 | 0 | 0.18 |
| HSL | 228.49º | 0.7% | 0.48% | - |
| HSV(B) | 228.49º | 0.83% | 0.82% | - |
| XYZ | 14.24 | 9.19 | 60.7 | - |
| YUV | 74.98 | 203.07 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 69 | 208 | 0.83 | 0.67 | 0 | 0.18 | 228.49 | 0.7 | 0.48 |
| Hex | 24 | 45 | D0 | 53 | 43 | 0 | 12 | E4 | 46 | 30 |
| Octal | 44 | 105 | 320 | 123 | 103 | 0 | 22 | 344 | 106 | 60 |
| Binary | 100100 | 1000101 | 11010000 | 1010011 | 1000011 | 0 | 10010 | 11100100 | 1000110 | 110000 |
Color Harmonies of #2445D0
Complementary color
Monochromatic Colors of #2445D0
Black with #2445D0
Text Example
Text Example
White with #2445D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2445D0; }
p { color: rgb(36,69,208); }
H1.HeaderClassName
{
color: #2445D0;
}
.AnyTagClassName
{
color: #2445D0;
}
</style>
background-color css
<style>
a { background-color: #2445D0; }
a { background-color: rgb(36,69,208); }
div.DivClassName
{
background-color: #2445D0;
}
.BgClassName
{
background-color: #2445D0;
}
</style>
border-color css
<style>
span { border-color: #2445D0; }
span { border-color: rgb(36,69,208); }
td.TdClassName
{
border-color: #2445D0;
}
.TagClassName
{
border-color: #2445D0;
}
</style>