Shades of Cerulean Blue #245AB2
Tints of Cerulean Blue #245AB2
RGB
CMYK
RGB Variations
Color information
#245AB2 (or 0x245AB2) is known color: Cerulean Blue. HEX triplet: 24, 5A and B2. RGB value is (36,90,178). Sum of RGB (Red+Green+Blue) = 36+90+178=304 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.84% from 304); Green value is 90 (35.55% from 255 or 29.61% from 304); Blue value is 178 (69.92% from 255 or 58.55% from 304); Max value from RGB is 178 - color contains mainly: blue. Hex color #245AB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245AB2 is #DBA54D. Grayscale: #535353. Windows color (decimal): -14394702 or 11688484. OLE color: 11688484.
HSL color Cylindrical-coordinate representation of color #245AB2: hue angle of 217.18º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #245AB2 is Cyan = 0.80, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 36 | 90 | 178 | - |
| CMYK | 0.80 | 0.49 | 0 | 0.30 |
| HSL | 217.18º | 0.66% | 0.42% | - |
| HSV(B) | 217.18º | 0.8% | 0.7% | - |
| XYZ | 12.42 | 10.9 | 43.57 | - |
| YUV | 83.89 | 181.11 | 93.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 90 | 178 | 0.80 | 0.49 | 0 | 0.30 | 217.18 | 0.66 | 0.42 |
| Hex | 24 | 5A | B2 | 50 | 31 | 0 | 1E | D9 | 42 | 2A |
| Octal | 44 | 132 | 262 | 120 | 61 | 0 | 36 | 331 | 102 | 52 |
| Binary | 100100 | 1011010 | 10110010 | 1010000 | 110001 | 0 | 11110 | 11011001 | 1000010 | 101010 |
Color Harmonies of #245AB2
Complementary color
Monochromatic Colors of #245AB2
Black with #245AB2
Text Example
Text Example
White with #245AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245AB2; }
p { color: rgb(36,90,178); }
H1.HeaderClassName
{
color: #245AB2;
}
.AnyTagClassName
{
color: #245AB2;
}
</style>
background-color css
<style>
a { background-color: #245AB2; }
a { background-color: rgb(36,90,178); }
div.DivClassName
{
background-color: #245AB2;
}
.BgClassName
{
background-color: #245AB2;
}
</style>
border-color css
<style>
span { border-color: #245AB2; }
span { border-color: rgb(36,90,178); }
td.TdClassName
{
border-color: #245AB2;
}
.TagClassName
{
border-color: #245AB2;
}
</style>