Shades of Cerulean Blue #245ABB
Tints of Cerulean Blue #245ABB
RGB
CMYK
RGB Variations
Color information
#245ABB (or 0x245ABB) is known color: Cerulean Blue. HEX triplet: 24, 5A and BB. RGB value is (36,90,187). Sum of RGB (Red+Green+Blue) = 36+90+187=313 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.50% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 187 (73.44% from 255 or 59.74% from 313); Max value from RGB is 187 - color contains mainly: blue. Hex color #245ABB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245ABB is #DBA544. Grayscale: #545454. Windows color (decimal): -14394693 or 12278308. OLE color: 12278308.
HSL color Cylindrical-coordinate representation of color #245ABB: hue angle of 218.54º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #245ABB is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 90 | 187 | - |
| CMYK | 0.81 | 0.52 | 0 | 0.27 |
| HSL | 218.54º | 0.68% | 0.44% | - |
| HSV(B) | 218.54º | 0.81% | 0.73% | - |
| XYZ | 13.35 | 11.28 | 48.49 | - |
| YUV | 84.91 | 185.61 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 90 | 187 | 0.81 | 0.52 | 0 | 0.27 | 218.54 | 0.68 | 0.44 |
| Hex | 24 | 5A | BB | 51 | 34 | 0 | 1B | DB | 44 | 2C |
| Octal | 44 | 132 | 273 | 121 | 64 | 0 | 33 | 333 | 104 | 54 |
| Binary | 100100 | 1011010 | 10111011 | 1010001 | 110100 | 0 | 11011 | 11011011 | 1000100 | 101100 |
Color Harmonies of #245ABB
Complementary color
Monochromatic Colors of #245ABB
Black with #245ABB
Text Example
Text Example
White with #245ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245ABB; }
p { color: rgb(36,90,187); }
H1.HeaderClassName
{
color: #245ABB;
}
.AnyTagClassName
{
color: #245ABB;
}
</style>
background-color css
<style>
a { background-color: #245ABB; }
a { background-color: rgb(36,90,187); }
div.DivClassName
{
background-color: #245ABB;
}
.BgClassName
{
background-color: #245ABB;
}
</style>
border-color css
<style>
span { border-color: #245ABB; }
span { border-color: rgb(36,90,187); }
td.TdClassName
{
border-color: #245ABB;
}
.TagClassName
{
border-color: #245ABB;
}
</style>