Shades of Cerulean Blue #124CDA
Tints of Cerulean Blue #124CDA
RGB
CMYK
RGB Variations
Color information
#124CDA (or 0x124CDA) is known color: Cerulean Blue. HEX triplet: 12, 4C and DA. RGB value is (18,76,218). Sum of RGB (Red+Green+Blue) = 18+76+218=312 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.77% from 312); Green value is 76 (30.08% from 255 or 24.36% from 312); Blue value is 218 (85.55% from 255 or 69.87% from 312); Max value from RGB is 218 - color contains mainly: blue. Hex color #124CDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124CDA is #EDB325. Grayscale: #4A4A4A. Windows color (decimal): -15577894 or 14306322. OLE color: 14306322.
HSL color Cylindrical-coordinate representation of color #124CDA: hue angle of 222.6º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #124CDA is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 76 | 218 | - |
| CMYK | 0.92 | 0.65 | 0 | 0.15 |
| HSL | 222.6º | 0.85% | 0.46% | - |
| HSV(B) | 222.6º | 0.92% | 0.85% | - |
| XYZ | 15.49 | 10.36 | 67.51 | - |
| YUV | 74.85 | 208.78 | 87.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 76 | 218 | 0.92 | 0.65 | 0 | 0.15 | 222.6 | 0.85 | 0.46 |
| Hex | 12 | 4C | DA | 5C | 41 | 0 | F | DF | 55 | 2E |
| Octal | 22 | 114 | 332 | 134 | 101 | 0 | 17 | 337 | 125 | 56 |
| Binary | 10010 | 1001100 | 11011010 | 1011100 | 1000001 | 0 | 1111 | 11011111 | 1010101 | 101110 |
Color Harmonies of #124CDA
Complementary color
Monochromatic Colors of #124CDA
Black with #124CDA
Text Example
Text Example
White with #124CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124CDA; }
p { color: rgb(18,76,218); }
H1.HeaderClassName
{
color: #124CDA;
}
.AnyTagClassName
{
color: #124CDA;
}
</style>
background-color css
<style>
a { background-color: #124CDA; }
a { background-color: rgb(18,76,218); }
div.DivClassName
{
background-color: #124CDA;
}
.BgClassName
{
background-color: #124CDA;
}
</style>
border-color css
<style>
span { border-color: #124CDA; }
span { border-color: rgb(18,76,218); }
td.TdClassName
{
border-color: #124CDA;
}
.TagClassName
{
border-color: #124CDA;
}
</style>