Shades of Cerulean Blue #124BDB
Tints of Cerulean Blue #124BDB
RGB
CMYK
RGB Variations
Color information
#124BDB (or 0x124BDB) is known color: Cerulean Blue. HEX triplet: 12, 4B and DB. RGB value is (18,75,219). Sum of RGB (Red+Green+Blue) = 18+75+219=312 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.77% from 312); Green value is 75 (29.69% from 255 or 24.04% from 312); Blue value is 219 (85.94% from 255 or 70.19% from 312); Max value from RGB is 219 - color contains mainly: blue. Hex color #124BDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124BDB is #EDB424. Grayscale: #494949. Windows color (decimal): -15578149 or 14371602. OLE color: 14371602.
HSL color Cylindrical-coordinate representation of color #124BDB: hue angle of 222.99º 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 #124BDB is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 75 | 219 | - |
| CMYK | 0.92 | 0.66 | 0 | 0.14 |
| HSL | 222.99º | 0.85% | 0.46% | - |
| HSV(B) | 222.99º | 0.92% | 0.86% | - |
| XYZ | 15.55 | 10.28 | 68.18 | - |
| YUV | 74.37 | 209.62 | 87.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 75 | 219 | 0.92 | 0.66 | 0 | 0.14 | 222.99 | 0.85 | 0.46 |
| Hex | 12 | 4B | DB | 5C | 42 | 0 | E | DF | 55 | 2E |
| Octal | 22 | 113 | 333 | 134 | 102 | 0 | 16 | 337 | 125 | 56 |
| Binary | 10010 | 1001011 | 11011011 | 1011100 | 1000010 | 0 | 1110 | 11011111 | 1010101 | 101110 |
Color Harmonies of #124BDB
Complementary color
Monochromatic Colors of #124BDB
Black with #124BDB
Text Example
Text Example
White with #124BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124BDB; }
p { color: rgb(18,75,219); }
H1.HeaderClassName
{
color: #124BDB;
}
.AnyTagClassName
{
color: #124BDB;
}
</style>
background-color css
<style>
a { background-color: #124BDB; }
a { background-color: rgb(18,75,219); }
div.DivClassName
{
background-color: #124BDB;
}
.BgClassName
{
background-color: #124BDB;
}
</style>
border-color css
<style>
span { border-color: #124BDB; }
span { border-color: rgb(18,75,219); }
td.TdClassName
{
border-color: #124BDB;
}
.TagClassName
{
border-color: #124BDB;
}
</style>