Shades of Cerulean Blue #245DC3
Tints of Cerulean Blue #245DC3
RGB
CMYK
RGB Variations
Color information
#245DC3 (or 0x245DC3) is known color: Cerulean Blue. HEX triplet: 24, 5D and C3. RGB value is (36,93,195). Sum of RGB (Red+Green+Blue) = 36+93+195=324 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.11% from 324); Green value is 93 (36.72% from 255 or 28.70% from 324); Blue value is 195 (76.56% from 255 or 60.19% from 324); Max value from RGB is 195 - color contains mainly: blue. Hex color #245DC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245DC3 is #DBA23C. Grayscale: #575757. Windows color (decimal): -14393917 or 12803364. OLE color: 12803364.
HSL color Cylindrical-coordinate representation of color #245DC3: hue angle of 218.49º 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 #245DC3 is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 36 | 93 | 195 | - |
| CMYK | 0.82 | 0.52 | 0 | 0.24 |
| HSL | 218.49º | 0.69% | 0.45% | - |
| HSV(B) | 218.49º | 0.82% | 0.76% | - |
| XYZ | 14.49 | 12.14 | 53.21 | - |
| YUV | 87.59 | 188.62 | 91.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 93 | 195 | 0.82 | 0.52 | 0 | 0.24 | 218.49 | 0.69 | 0.45 |
| Hex | 24 | 5D | C3 | 52 | 34 | 0 | 18 | DA | 45 | 2D |
| Octal | 44 | 135 | 303 | 122 | 64 | 0 | 30 | 332 | 105 | 55 |
| Binary | 100100 | 1011101 | 11000011 | 1010010 | 110100 | 0 | 11000 | 11011010 | 1000101 | 101101 |
Color Harmonies of #245DC3
Complementary color
Monochromatic Colors of #245DC3
Black with #245DC3
Text Example
Text Example
White with #245DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245DC3; }
p { color: rgb(36,93,195); }
H1.HeaderClassName
{
color: #245DC3;
}
.AnyTagClassName
{
color: #245DC3;
}
</style>
background-color css
<style>
a { background-color: #245DC3; }
a { background-color: rgb(36,93,195); }
div.DivClassName
{
background-color: #245DC3;
}
.BgClassName
{
background-color: #245DC3;
}
</style>
border-color css
<style>
span { border-color: #245DC3; }
span { border-color: rgb(36,93,195); }
td.TdClassName
{
border-color: #245DC3;
}
.TagClassName
{
border-color: #245DC3;
}
</style>