Shades of Cerulean Blue #245BBD
Tints of Cerulean Blue #245BBD
RGB
CMYK
RGB Variations
Color information
#245BBD (or 0x245BBD) is known color: Cerulean Blue. HEX triplet: 24, 5B and BD. RGB value is (36,91,189). Sum of RGB (Red+Green+Blue) = 36+91+189=316 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.39% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 189 (74.22% from 255 or 59.81% from 316); Max value from RGB is 189 - color contains mainly: blue. Hex color #245BBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245BBD is #DBA442. Grayscale: #555555. Windows color (decimal): -14394435 or 12409636. OLE color: 12409636.
HSL color Cylindrical-coordinate representation of color #245BBD: hue angle of 218.43º 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 #245BBD is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 91 | 189 | - |
| CMYK | 0.81 | 0.52 | 0 | 0.26 |
| HSL | 218.43º | 0.68% | 0.44% | - |
| HSV(B) | 218.43º | 0.81% | 0.74% | - |
| XYZ | 13.65 | 11.53 | 49.65 | - |
| YUV | 85.73 | 186.28 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 91 | 189 | 0.81 | 0.52 | 0 | 0.26 | 218.43 | 0.68 | 0.44 |
| Hex | 24 | 5B | BD | 51 | 34 | 0 | 1A | DA | 44 | 2C |
| Octal | 44 | 133 | 275 | 121 | 64 | 0 | 32 | 332 | 104 | 54 |
| Binary | 100100 | 1011011 | 10111101 | 1010001 | 110100 | 0 | 11010 | 11011010 | 1000100 | 101100 |
Color Harmonies of #245BBD
Complementary color
Monochromatic Colors of #245BBD
Black with #245BBD
Text Example
Text Example
White with #245BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245BBD; }
p { color: rgb(36,91,189); }
H1.HeaderClassName
{
color: #245BBD;
}
.AnyTagClassName
{
color: #245BBD;
}
</style>
background-color css
<style>
a { background-color: #245BBD; }
a { background-color: rgb(36,91,189); }
div.DivClassName
{
background-color: #245BBD;
}
.BgClassName
{
background-color: #245BBD;
}
</style>
border-color css
<style>
span { border-color: #245BBD; }
span { border-color: rgb(36,91,189); }
td.TdClassName
{
border-color: #245BBD;
}
.TagClassName
{
border-color: #245BBD;
}
</style>