Shades of Cerulean Blue #245AC1
Tints of Cerulean Blue #245AC1
RGB
CMYK
RGB Variations
Color information
#245AC1 (or 0x245AC1) is known color: Cerulean Blue. HEX triplet: 24, 5A and C1. RGB value is (36,90,193). Sum of RGB (Red+Green+Blue) = 36+90+193=319 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.29% from 319); Green value is 90 (35.55% from 255 or 28.21% from 319); Blue value is 193 (75.78% from 255 or 60.50% from 319); Max value from RGB is 193 - color contains mainly: blue. Hex color #245AC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245AC1 is #DBA53E. Grayscale: #555555. Windows color (decimal): -14394687 or 12671524. OLE color: 12671524.
HSL color Cylindrical-coordinate representation of color #245AC1: hue angle of 219.36º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #245AC1 is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 36 | 90 | 193 | - |
| CMYK | 0.81 | 0.53 | 0 | 0.24 |
| HSL | 219.36º | 0.69% | 0.45% | - |
| HSV(B) | 219.36º | 0.81% | 0.76% | - |
| XYZ | 14.01 | 11.54 | 51.94 | - |
| YUV | 85.6 | 188.61 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 90 | 193 | 0.81 | 0.53 | 0 | 0.24 | 219.36 | 0.69 | 0.45 |
| Hex | 24 | 5A | C1 | 51 | 35 | 0 | 18 | DB | 45 | 2D |
| Octal | 44 | 132 | 301 | 121 | 65 | 0 | 30 | 333 | 105 | 55 |
| Binary | 100100 | 1011010 | 11000001 | 1010001 | 110101 | 0 | 11000 | 11011011 | 1000101 | 101101 |
Color Harmonies of #245AC1
Complementary color
Monochromatic Colors of #245AC1
Black with #245AC1
Text Example
Text Example
White with #245AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245AC1; }
p { color: rgb(36,90,193); }
H1.HeaderClassName
{
color: #245AC1;
}
.AnyTagClassName
{
color: #245AC1;
}
</style>
background-color css
<style>
a { background-color: #245AC1; }
a { background-color: rgb(36,90,193); }
div.DivClassName
{
background-color: #245AC1;
}
.BgClassName
{
background-color: #245AC1;
}
</style>
border-color css
<style>
span { border-color: #245AC1; }
span { border-color: rgb(36,90,193); }
td.TdClassName
{
border-color: #245AC1;
}
.TagClassName
{
border-color: #245AC1;
}
</style>