Shades of Cerulean Blue #124CDB
Tints of Cerulean Blue #124CDB
RGB
CMYK
RGB Variations
Color information
#124CDB (or 0x124CDB) is known color: Cerulean Blue. HEX triplet: 12, 4C and DB. RGB value is (18,76,219). Sum of RGB (Red+Green+Blue) = 18+76+219=313 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.75% from 313); Green value is 76 (30.08% from 255 or 24.28% from 313); Blue value is 219 (85.94% from 255 or 69.97% from 313); Max value from RGB is 219 - color contains mainly: blue. Hex color #124CDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124CDB is #EDB324. Grayscale: #4A4A4A. Windows color (decimal): -15577893 or 14371858. OLE color: 14371858.
HSL color Cylindrical-coordinate representation of color #124CDB: hue angle of 222.69º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #124CDB is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 76 | 219 | - |
| CMYK | 0.92 | 0.65 | 0 | 0.14 |
| HSL | 222.69º | 0.85% | 0.46% | - |
| HSV(B) | 222.69º | 0.92% | 0.86% | - |
| XYZ | 15.62 | 10.41 | 68.2 | - |
| YUV | 74.96 | 209.28 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 76 | 219 | 0.92 | 0.65 | 0 | 0.14 | 222.69 | 0.85 | 0.46 |
| Hex | 12 | 4C | DB | 5C | 41 | 0 | E | DF | 55 | 2E |
| Octal | 22 | 114 | 333 | 134 | 101 | 0 | 16 | 337 | 125 | 56 |
| Binary | 10010 | 1001100 | 11011011 | 1011100 | 1000001 | 0 | 1110 | 11011111 | 1010101 | 101110 |
Color Harmonies of #124CDB
Complementary color
Monochromatic Colors of #124CDB
Black with #124CDB
Text Example
Text Example
White with #124CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124CDB; }
p { color: rgb(18,76,219); }
H1.HeaderClassName
{
color: #124CDB;
}
.AnyTagClassName
{
color: #124CDB;
}
</style>
background-color css
<style>
a { background-color: #124CDB; }
a { background-color: rgb(18,76,219); }
div.DivClassName
{
background-color: #124CDB;
}
.BgClassName
{
background-color: #124CDB;
}
</style>
border-color css
<style>
span { border-color: #124CDB; }
span { border-color: rgb(18,76,219); }
td.TdClassName
{
border-color: #124CDB;
}
.TagClassName
{
border-color: #124CDB;
}
</style>