Shades of Cerulean Blue #245CBD
Tints of Cerulean Blue #245CBD
RGB
CMYK
RGB Variations
Color information
#245CBD (or 0x245CBD) is known color: Cerulean Blue. HEX triplet: 24, 5C and BD. RGB value is (36,92,189). Sum of RGB (Red+Green+Blue) = 36+92+189=317 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.36% from 317); Green value is 92 (36.33% from 255 or 29.02% from 317); Blue value is 189 (74.22% from 255 or 59.62% from 317); Max value from RGB is 189 - color contains mainly: blue. Hex color #245CBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245CBD is #DBA342. Grayscale: #555555. Windows color (decimal): -14394179 or 12409892. OLE color: 12409892.
HSL color Cylindrical-coordinate representation of color #245CBD: hue angle of 218.04º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #245CBD is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 92 | 189 | - |
| CMYK | 0.81 | 0.51 | 0 | 0.26 |
| HSL | 218.04º | 0.68% | 0.44% | - |
| HSV(B) | 218.04º | 0.81% | 0.74% | - |
| XYZ | 13.74 | 11.7 | 49.68 | - |
| YUV | 86.31 | 185.95 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 92 | 189 | 0.81 | 0.51 | 0 | 0.26 | 218.04 | 0.68 | 0.44 |
| Hex | 24 | 5C | BD | 51 | 33 | 0 | 1A | DA | 44 | 2C |
| Octal | 44 | 134 | 275 | 121 | 63 | 0 | 32 | 332 | 104 | 54 |
| Binary | 100100 | 1011100 | 10111101 | 1010001 | 110011 | 0 | 11010 | 11011010 | 1000100 | 101100 |
Color Harmonies of #245CBD
Complementary color
Monochromatic Colors of #245CBD
Black with #245CBD
Text Example
Text Example
White with #245CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245CBD; }
p { color: rgb(36,92,189); }
H1.HeaderClassName
{
color: #245CBD;
}
.AnyTagClassName
{
color: #245CBD;
}
</style>
background-color css
<style>
a { background-color: #245CBD; }
a { background-color: rgb(36,92,189); }
div.DivClassName
{
background-color: #245CBD;
}
.BgClassName
{
background-color: #245CBD;
}
</style>
border-color css
<style>
span { border-color: #245CBD; }
span { border-color: rgb(36,92,189); }
td.TdClassName
{
border-color: #245CBD;
}
.TagClassName
{
border-color: #245CBD;
}
</style>