Shades of Cerulean Blue #245BC1
Tints of Cerulean Blue #245BC1
RGB
CMYK
RGB Variations
Color information
#245BC1 (or 0x245BC1) is known color: Cerulean Blue. HEX triplet: 24, 5B and C1. RGB value is (36,91,193). Sum of RGB (Red+Green+Blue) = 36+91+193=320 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.25% from 320); Green value is 91 (35.94% from 255 or 28.44% from 320); Blue value is 193 (75.78% from 255 or 60.31% from 320); Max value from RGB is 193 - color contains mainly: blue. Hex color #245BC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245BC1 is #DBA43E. Grayscale: #555555. Windows color (decimal): -14394431 or 12671780. OLE color: 12671780.
HSL color Cylindrical-coordinate representation of color #245BC1: hue angle of 218.98º 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 #245BC1 is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 36 | 91 | 193 | - |
| CMYK | 0.81 | 0.53 | 0 | 0.24 |
| HSL | 218.98º | 0.69% | 0.45% | - |
| HSV(B) | 218.98º | 0.81% | 0.76% | - |
| XYZ | 14.09 | 11.71 | 51.97 | - |
| YUV | 86.18 | 188.28 | 92.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 91 | 193 | 0.81 | 0.53 | 0 | 0.24 | 218.98 | 0.69 | 0.45 |
| Hex | 24 | 5B | C1 | 51 | 35 | 0 | 18 | DB | 45 | 2D |
| Octal | 44 | 133 | 301 | 121 | 65 | 0 | 30 | 333 | 105 | 55 |
| Binary | 100100 | 1011011 | 11000001 | 1010001 | 110101 | 0 | 11000 | 11011011 | 1000101 | 101101 |
Color Harmonies of #245BC1
Complementary color
Monochromatic Colors of #245BC1
Black with #245BC1
Text Example
Text Example
White with #245BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245BC1; }
p { color: rgb(36,91,193); }
H1.HeaderClassName
{
color: #245BC1;
}
.AnyTagClassName
{
color: #245BC1;
}
</style>
background-color css
<style>
a { background-color: #245BC1; }
a { background-color: rgb(36,91,193); }
div.DivClassName
{
background-color: #245BC1;
}
.BgClassName
{
background-color: #245BC1;
}
</style>
border-color css
<style>
span { border-color: #245BC1; }
span { border-color: rgb(36,91,193); }
td.TdClassName
{
border-color: #245BC1;
}
.TagClassName
{
border-color: #245BC1;
}
</style>