Shades of Cerulean Blue #245DBA
Tints of Cerulean Blue #245DBA
RGB
CMYK
RGB Variations
Color information
#245DBA (or 0x245DBA) is known color: Cerulean Blue. HEX triplet: 24, 5D and BA. RGB value is (36,93,186). Sum of RGB (Red+Green+Blue) = 36+93+186=315 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.43% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 186 (73.05% from 255 or 59.05% from 315); Max value from RGB is 186 - color contains mainly: blue. Hex color #245DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245DBA is #DBA245. Grayscale: #565656. Windows color (decimal): -14393926 or 12213540. OLE color: 12213540.
HSL color Cylindrical-coordinate representation of color #245DBA: hue angle of 217.2º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #245DBA is Cyan = 0.81, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 93 | 186 | - |
| CMYK | 0.81 | 0.5 | 0 | 0.27 |
| HSL | 217.2º | 0.68% | 0.44% | - |
| HSV(B) | 217.2º | 0.81% | 0.73% | - |
| XYZ | 13.5 | 11.75 | 48.01 | - |
| YUV | 86.56 | 184.12 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 93 | 186 | 0.81 | 0.5 | 0 | 0.27 | 217.2 | 0.68 | 0.44 |
| Hex | 24 | 5D | BA | 51 | 32 | 0 | 1B | D9 | 44 | 2C |
| Octal | 44 | 135 | 272 | 121 | 62 | 0 | 33 | 331 | 104 | 54 |
| Binary | 100100 | 1011101 | 10111010 | 1010001 | 110010 | 0 | 11011 | 11011001 | 1000100 | 101100 |
Color Harmonies of #245DBA
Complementary color
Monochromatic Colors of #245DBA
Black with #245DBA
Text Example
Text Example
White with #245DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245DBA; }
p { color: rgb(36,93,186); }
H1.HeaderClassName
{
color: #245DBA;
}
.AnyTagClassName
{
color: #245DBA;
}
</style>
background-color css
<style>
a { background-color: #245DBA; }
a { background-color: rgb(36,93,186); }
div.DivClassName
{
background-color: #245DBA;
}
.BgClassName
{
background-color: #245DBA;
}
</style>
border-color css
<style>
span { border-color: #245DBA; }
span { border-color: rgb(36,93,186); }
td.TdClassName
{
border-color: #245DBA;
}
.TagClassName
{
border-color: #245DBA;
}
</style>