Shades of Cerulean Blue #245CDA
Tints of Cerulean Blue #245CDA
RGB
CMYK
RGB Variations
Color information
#245CDA (or 0x245CDA) is known color: Cerulean Blue. HEX triplet: 24, 5C and DA. RGB value is (36,92,218). Sum of RGB (Red+Green+Blue) = 36+92+218=346 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.40% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 218 (85.55% from 255 or 63.01% from 346); Max value from RGB is 218 - color contains mainly: blue. Hex color #245CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245CDA is #DBA325. Grayscale: #595959. Windows color (decimal): -14394150 or 14310436. OLE color: 14310436.
HSL color Cylindrical-coordinate representation of color #245CDA: hue angle of 221.54º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #245CDA is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 36 | 92 | 218 | - |
| CMYK | 0.83 | 0.58 | 0 | 0.15 |
| HSL | 221.54º | 0.72% | 0.5% | - |
| HSV(B) | 221.54º | 0.83% | 0.85% | - |
| XYZ | 17.21 | 13.09 | 67.95 | - |
| YUV | 89.62 | 200.45 | 89.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 92 | 218 | 0.83 | 0.58 | 0 | 0.15 | 221.54 | 0.72 | 0.5 |
| Hex | 24 | 5C | DA | 53 | 3A | 0 | F | DE | 48 | 32 |
| Octal | 44 | 134 | 332 | 123 | 72 | 0 | 17 | 336 | 110 | 62 |
| Binary | 100100 | 1011100 | 11011010 | 1010011 | 111010 | 0 | 1111 | 11011110 | 1001000 | 110010 |
Color Harmonies of #245CDA
Complementary color
Monochromatic Colors of #245CDA
Black with #245CDA
Text Example
Text Example
White with #245CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245CDA; }
p { color: rgb(36,92,218); }
H1.HeaderClassName
{
color: #245CDA;
}
.AnyTagClassName
{
color: #245CDA;
}
</style>
background-color css
<style>
a { background-color: #245CDA; }
a { background-color: rgb(36,92,218); }
div.DivClassName
{
background-color: #245CDA;
}
.BgClassName
{
background-color: #245CDA;
}
</style>
border-color css
<style>
span { border-color: #245CDA; }
span { border-color: rgb(36,92,218); }
td.TdClassName
{
border-color: #245CDA;
}
.TagClassName
{
border-color: #245CDA;
}
</style>