Shades of Cerulean Blue #245CBE
Tints of Cerulean Blue #245CBE
RGB
CMYK
RGB Variations
Color information
#245CBE (or 0x245CBE) is known color: Cerulean Blue. HEX triplet: 24, 5C and BE. RGB value is (36,92,190). Sum of RGB (Red+Green+Blue) = 36+92+190=318 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.32% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 190 (74.61% from 255 or 59.75% from 318); Max value from RGB is 190 - color contains mainly: blue. Hex color #245CBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245CBE is #DBA341. Grayscale: #555555. Windows color (decimal): -14394178 or 12475428. OLE color: 12475428.
HSL color Cylindrical-coordinate representation of color #245CBE: hue angle of 218.18º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #245CBE is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 36 | 92 | 190 | - |
| CMYK | 0.81 | 0.52 | 0 | 0.25 |
| HSL | 218.18º | 0.68% | 0.44% | - |
| HSV(B) | 218.18º | 0.81% | 0.75% | - |
| XYZ | 13.85 | 11.75 | 50.25 | - |
| YUV | 86.43 | 186.45 | 92.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 92 | 190 | 0.81 | 0.52 | 0 | 0.25 | 218.18 | 0.68 | 0.44 |
| Hex | 24 | 5C | BE | 51 | 34 | 0 | 19 | DA | 44 | 2C |
| Octal | 44 | 134 | 276 | 121 | 64 | 0 | 31 | 332 | 104 | 54 |
| Binary | 100100 | 1011100 | 10111110 | 1010001 | 110100 | 0 | 11001 | 11011010 | 1000100 | 101100 |
Color Harmonies of #245CBE
Complementary color
Monochromatic Colors of #245CBE
Black with #245CBE
Text Example
Text Example
White with #245CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245CBE; }
p { color: rgb(36,92,190); }
H1.HeaderClassName
{
color: #245CBE;
}
.AnyTagClassName
{
color: #245CBE;
}
</style>
background-color css
<style>
a { background-color: #245CBE; }
a { background-color: rgb(36,92,190); }
div.DivClassName
{
background-color: #245CBE;
}
.BgClassName
{
background-color: #245CBE;
}
</style>
border-color css
<style>
span { border-color: #245CBE; }
span { border-color: rgb(36,92,190); }
td.TdClassName
{
border-color: #245CBE;
}
.TagClassName
{
border-color: #245CBE;
}
</style>