Shades of Cerulean Blue #124BDD
Tints of Cerulean Blue #124BDD
RGB
CMYK
RGB Variations
Color information
#124BDD (or 0x124BDD) is known color: Cerulean Blue. HEX triplet: 12, 4B and DD. RGB value is (18,75,221). Sum of RGB (Red+Green+Blue) = 18+75+221=314 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.73% from 314); Green value is 75 (29.69% from 255 or 23.89% from 314); Blue value is 221 (86.72% from 255 or 70.38% from 314); Max value from RGB is 221 - color contains mainly: blue. Hex color #124BDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124BDD is #EDB422. Grayscale: #494949. Windows color (decimal): -15578147 or 14502674. OLE color: 14502674.
HSL color Cylindrical-coordinate representation of color #124BDD: hue angle of 223.15º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #124BDD is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 75 | 221 | - |
| CMYK | 0.92 | 0.66 | 0 | 0.13 |
| HSL | 223.15º | 0.85% | 0.47% | - |
| HSV(B) | 223.15º | 0.92% | 0.87% | - |
| XYZ | 15.82 | 10.38 | 69.58 | - |
| YUV | 74.6 | 210.62 | 87.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 75 | 221 | 0.92 | 0.66 | 0 | 0.13 | 223.15 | 0.85 | 0.47 |
| Hex | 12 | 4B | DD | 5C | 42 | 0 | D | DF | 55 | 2F |
| Octal | 22 | 113 | 335 | 134 | 102 | 0 | 15 | 337 | 125 | 57 |
| Binary | 10010 | 1001011 | 11011101 | 1011100 | 1000010 | 0 | 1101 | 11011111 | 1010101 | 101111 |
Color Harmonies of #124BDD
Complementary color
Monochromatic Colors of #124BDD
Black with #124BDD
Text Example
Text Example
White with #124BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124BDD; }
p { color: rgb(18,75,221); }
H1.HeaderClassName
{
color: #124BDD;
}
.AnyTagClassName
{
color: #124BDD;
}
</style>
background-color css
<style>
a { background-color: #124BDD; }
a { background-color: rgb(18,75,221); }
div.DivClassName
{
background-color: #124BDD;
}
.BgClassName
{
background-color: #124BDD;
}
</style>
border-color css
<style>
span { border-color: #124BDD; }
span { border-color: rgb(18,75,221); }
td.TdClassName
{
border-color: #124BDD;
}
.TagClassName
{
border-color: #124BDD;
}
</style>