Shades of Cerulean Blue #245CC1
Tints of Cerulean Blue #245CC1
RGB
CMYK
RGB Variations
Color information
#245CC1 (or 0x245CC1) is known color: Cerulean Blue. HEX triplet: 24, 5C and C1. RGB value is (36,92,193). Sum of RGB (Red+Green+Blue) = 36+92+193=321 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.21% from 321); Green value is 92 (36.33% from 255 or 28.66% from 321); Blue value is 193 (75.78% from 255 or 60.12% from 321); Max value from RGB is 193 - color contains mainly: blue. Hex color #245CC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245CC1 is #DBA33E. Grayscale: #565656. Windows color (decimal): -14394175 or 12672036. OLE color: 12672036.
HSL color Cylindrical-coordinate representation of color #245CC1: hue angle of 218.6º 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 #245CC1 is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 36 | 92 | 193 | - |
| CMYK | 0.81 | 0.52 | 0 | 0.24 |
| HSL | 218.6º | 0.69% | 0.45% | - |
| HSV(B) | 218.6º | 0.81% | 0.76% | - |
| XYZ | 14.18 | 11.88 | 52 | - |
| YUV | 86.77 | 187.95 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 92 | 193 | 0.81 | 0.52 | 0 | 0.24 | 218.6 | 0.69 | 0.45 |
| Hex | 24 | 5C | C1 | 51 | 34 | 0 | 18 | DB | 45 | 2D |
| Octal | 44 | 134 | 301 | 121 | 64 | 0 | 30 | 333 | 105 | 55 |
| Binary | 100100 | 1011100 | 11000001 | 1010001 | 110100 | 0 | 11000 | 11011011 | 1000101 | 101101 |
Color Harmonies of #245CC1
Complementary color
Monochromatic Colors of #245CC1
Black with #245CC1
Text Example
Text Example
White with #245CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245CC1; }
p { color: rgb(36,92,193); }
H1.HeaderClassName
{
color: #245CC1;
}
.AnyTagClassName
{
color: #245CC1;
}
</style>
background-color css
<style>
a { background-color: #245CC1; }
a { background-color: rgb(36,92,193); }
div.DivClassName
{
background-color: #245CC1;
}
.BgClassName
{
background-color: #245CC1;
}
</style>
border-color css
<style>
span { border-color: #245CC1; }
span { border-color: rgb(36,92,193); }
td.TdClassName
{
border-color: #245CC1;
}
.TagClassName
{
border-color: #245CC1;
}
</style>