Shades of Cerulean Blue #245BC3
Tints of Cerulean Blue #245BC3
RGB
CMYK
RGB Variations
Color information
#245BC3 (or 0x245BC3) is known color: Cerulean Blue. HEX triplet: 24, 5B and C3. RGB value is (36,91,195). Sum of RGB (Red+Green+Blue) = 36+91+195=322 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.18% from 322); Green value is 91 (35.94% from 255 or 28.26% from 322); Blue value is 195 (76.56% from 255 or 60.56% from 322); Max value from RGB is 195 - color contains mainly: blue. Hex color #245BC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245BC3 is #DBA43C. Grayscale: #555555. Windows color (decimal): -14394429 or 12802852. OLE color: 12802852.
HSL color Cylindrical-coordinate representation of color #245BC3: hue angle of 219.25º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #245BC3 is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 36 | 91 | 195 | - |
| CMYK | 0.82 | 0.53 | 0 | 0.24 |
| HSL | 219.25º | 0.69% | 0.45% | - |
| HSV(B) | 219.25º | 0.82% | 0.76% | - |
| XYZ | 14.32 | 11.8 | 53.15 | - |
| YUV | 86.41 | 189.28 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 91 | 195 | 0.82 | 0.53 | 0 | 0.24 | 219.25 | 0.69 | 0.45 |
| Hex | 24 | 5B | C3 | 52 | 35 | 0 | 18 | DB | 45 | 2D |
| Octal | 44 | 133 | 303 | 122 | 65 | 0 | 30 | 333 | 105 | 55 |
| Binary | 100100 | 1011011 | 11000011 | 1010010 | 110101 | 0 | 11000 | 11011011 | 1000101 | 101101 |
Color Harmonies of #245BC3
Complementary color
Monochromatic Colors of #245BC3
Black with #245BC3
Text Example
Text Example
White with #245BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245BC3; }
p { color: rgb(36,91,195); }
H1.HeaderClassName
{
color: #245BC3;
}
.AnyTagClassName
{
color: #245BC3;
}
</style>
background-color css
<style>
a { background-color: #245BC3; }
a { background-color: rgb(36,91,195); }
div.DivClassName
{
background-color: #245BC3;
}
.BgClassName
{
background-color: #245BC3;
}
</style>
border-color css
<style>
span { border-color: #245BC3; }
span { border-color: rgb(36,91,195); }
td.TdClassName
{
border-color: #245BC3;
}
.TagClassName
{
border-color: #245BC3;
}
</style>