Shades of Cerulean Blue #245AB7
Tints of Cerulean Blue #245AB7
RGB
CMYK
RGB Variations
Color information
#245AB7 (or 0x245AB7) is known color: Cerulean Blue. HEX triplet: 24, 5A and B7. RGB value is (36,90,183). Sum of RGB (Red+Green+Blue) = 36+90+183=309 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.65% from 309); Green value is 90 (35.55% from 255 or 29.13% from 309); Blue value is 183 (71.88% from 255 or 59.22% from 309); Max value from RGB is 183 - color contains mainly: blue. Hex color #245AB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245AB7 is #DBA548. Grayscale: #545454. Windows color (decimal): -14394697 or 12016164. OLE color: 12016164.
HSL color Cylindrical-coordinate representation of color #245AB7: hue angle of 217.96º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #245AB7 is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 36 | 90 | 183 | - |
| CMYK | 0.80 | 0.51 | 0 | 0.28 |
| HSL | 217.96º | 0.67% | 0.43% | - |
| HSV(B) | 217.96º | 0.8% | 0.72% | - |
| XYZ | 12.93 | 11.11 | 46.26 | - |
| YUV | 84.46 | 183.61 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 90 | 183 | 0.80 | 0.51 | 0 | 0.28 | 217.96 | 0.67 | 0.43 |
| Hex | 24 | 5A | B7 | 50 | 33 | 0 | 1C | DA | 43 | 2B |
| Octal | 44 | 132 | 267 | 120 | 63 | 0 | 34 | 332 | 103 | 53 |
| Binary | 100100 | 1011010 | 10110111 | 1010000 | 110011 | 0 | 11100 | 11011010 | 1000011 | 101011 |
Color Harmonies of #245AB7
Complementary color
Monochromatic Colors of #245AB7
Black with #245AB7
Text Example
Text Example
White with #245AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245AB7; }
p { color: rgb(36,90,183); }
H1.HeaderClassName
{
color: #245AB7;
}
.AnyTagClassName
{
color: #245AB7;
}
</style>
background-color css
<style>
a { background-color: #245AB7; }
a { background-color: rgb(36,90,183); }
div.DivClassName
{
background-color: #245AB7;
}
.BgClassName
{
background-color: #245AB7;
}
</style>
border-color css
<style>
span { border-color: #245AB7; }
span { border-color: rgb(36,90,183); }
td.TdClassName
{
border-color: #245AB7;
}
.TagClassName
{
border-color: #245AB7;
}
</style>