Shades of Cerulean Blue #124ADC
Tints of Cerulean Blue #124ADC
RGB
CMYK
RGB Variations
Color information
#124ADC (or 0x124ADC) is known color: Cerulean Blue. HEX triplet: 12, 4A and DC. RGB value is (18,74,220). Sum of RGB (Red+Green+Blue) = 18+74+220=312 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.77% from 312); Green value is 74 (29.30% from 255 or 23.72% from 312); Blue value is 220 (86.33% from 255 or 70.51% from 312); Max value from RGB is 220 - color contains mainly: blue. Hex color #124ADC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124ADC is #EDB523. Grayscale: #494949. Windows color (decimal): -15578404 or 14436882. OLE color: 14436882.
HSL color Cylindrical-coordinate representation of color #124ADC: hue angle of 223.37º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #124ADC is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 74 | 220 | - |
| CMYK | 0.92 | 0.66 | 0 | 0.14 |
| HSL | 223.37º | 0.85% | 0.47% | - |
| HSV(B) | 223.37º | 0.92% | 0.86% | - |
| XYZ | 15.62 | 10.19 | 68.85 | - |
| YUV | 73.9 | 210.45 | 88.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 74 | 220 | 0.92 | 0.66 | 0 | 0.14 | 223.37 | 0.85 | 0.47 |
| Hex | 12 | 4A | DC | 5C | 42 | 0 | E | DF | 55 | 2F |
| Octal | 22 | 112 | 334 | 134 | 102 | 0 | 16 | 337 | 125 | 57 |
| Binary | 10010 | 1001010 | 11011100 | 1011100 | 1000010 | 0 | 1110 | 11011111 | 1010101 | 101111 |
Color Harmonies of #124ADC
Complementary color
Monochromatic Colors of #124ADC
Black with #124ADC
Text Example
Text Example
White with #124ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124ADC; }
p { color: rgb(18,74,220); }
H1.HeaderClassName
{
color: #124ADC;
}
.AnyTagClassName
{
color: #124ADC;
}
</style>
background-color css
<style>
a { background-color: #124ADC; }
a { background-color: rgb(18,74,220); }
div.DivClassName
{
background-color: #124ADC;
}
.BgClassName
{
background-color: #124ADC;
}
</style>
border-color css
<style>
span { border-color: #124ADC; }
span { border-color: rgb(18,74,220); }
td.TdClassName
{
border-color: #124ADC;
}
.TagClassName
{
border-color: #124ADC;
}
</style>