Shades of Cerulean Blue #124ADD
Tints of Cerulean Blue #124ADD
RGB
CMYK
RGB Variations
Color information
#124ADD (or 0x124ADD) is known color: Cerulean Blue. HEX triplet: 12, 4A and DD. RGB value is (18,74,221). Sum of RGB (Red+Green+Blue) = 18+74+221=313 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.75% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 221 (86.72% from 255 or 70.61% from 313); Max value from RGB is 221 - color contains mainly: blue. Hex color #124ADD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124ADD is #EDB522. Grayscale: #494949. Windows color (decimal): -15578403 or 14502418. OLE color: 14502418.
HSL color Cylindrical-coordinate representation of color #124ADD: hue angle of 223.45º 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 #124ADD is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 74 | 221 | - |
| CMYK | 0.92 | 0.67 | 0 | 0.13 |
| HSL | 223.45º | 0.85% | 0.47% | - |
| HSV(B) | 223.45º | 0.92% | 0.87% | - |
| XYZ | 15.75 | 10.25 | 69.55 | - |
| YUV | 74.01 | 210.95 | 88.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 74 | 221 | 0.92 | 0.67 | 0 | 0.13 | 223.45 | 0.85 | 0.47 |
| Hex | 12 | 4A | DD | 5C | 43 | 0 | D | DF | 55 | 2F |
| Octal | 22 | 112 | 335 | 134 | 103 | 0 | 15 | 337 | 125 | 57 |
| Binary | 10010 | 1001010 | 11011101 | 1011100 | 1000011 | 0 | 1101 | 11011111 | 1010101 | 101111 |
Color Harmonies of #124ADD
Complementary color
Monochromatic Colors of #124ADD
Black with #124ADD
Text Example
Text Example
White with #124ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124ADD; }
p { color: rgb(18,74,221); }
H1.HeaderClassName
{
color: #124ADD;
}
.AnyTagClassName
{
color: #124ADD;
}
</style>
background-color css
<style>
a { background-color: #124ADD; }
a { background-color: rgb(18,74,221); }
div.DivClassName
{
background-color: #124ADD;
}
.BgClassName
{
background-color: #124ADD;
}
</style>
border-color css
<style>
span { border-color: #124ADD; }
span { border-color: rgb(18,74,221); }
td.TdClassName
{
border-color: #124ADD;
}
.TagClassName
{
border-color: #124ADD;
}
</style>