Shades of Cerulean Blue #245ABE
Tints of Cerulean Blue #245ABE
RGB
CMYK
RGB Variations
Color information
#245ABE (or 0x245ABE) is known color: Cerulean Blue. HEX triplet: 24, 5A and BE. RGB value is (36,90,190). Sum of RGB (Red+Green+Blue) = 36+90+190=316 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.39% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 190 (74.61% from 255 or 60.13% from 316); Max value from RGB is 190 - color contains mainly: blue. Hex color #245ABE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245ABE is #DBA541. Grayscale: #545454. Windows color (decimal): -14394690 or 12474916. OLE color: 12474916.
HSL color Cylindrical-coordinate representation of color #245ABE: hue angle of 218.96º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #245ABE is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 36 | 90 | 190 | - |
| CMYK | 0.81 | 0.53 | 0 | 0.25 |
| HSL | 218.96º | 0.68% | 0.44% | - |
| HSV(B) | 218.96º | 0.81% | 0.75% | - |
| XYZ | 13.68 | 11.41 | 50.2 | - |
| YUV | 85.25 | 187.11 | 92.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 90 | 190 | 0.81 | 0.53 | 0 | 0.25 | 218.96 | 0.68 | 0.44 |
| Hex | 24 | 5A | BE | 51 | 35 | 0 | 19 | DB | 44 | 2C |
| Octal | 44 | 132 | 276 | 121 | 65 | 0 | 31 | 333 | 104 | 54 |
| Binary | 100100 | 1011010 | 10111110 | 1010001 | 110101 | 0 | 11001 | 11011011 | 1000100 | 101100 |
Color Harmonies of #245ABE
Complementary color
Monochromatic Colors of #245ABE
Black with #245ABE
Text Example
Text Example
White with #245ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245ABE; }
p { color: rgb(36,90,190); }
H1.HeaderClassName
{
color: #245ABE;
}
.AnyTagClassName
{
color: #245ABE;
}
</style>
background-color css
<style>
a { background-color: #245ABE; }
a { background-color: rgb(36,90,190); }
div.DivClassName
{
background-color: #245ABE;
}
.BgClassName
{
background-color: #245ABE;
}
</style>
border-color css
<style>
span { border-color: #245ABE; }
span { border-color: rgb(36,90,190); }
td.TdClassName
{
border-color: #245ABE;
}
.TagClassName
{
border-color: #245ABE;
}
</style>