Shades of Cerulean Blue #124BD2
Tints of Cerulean Blue #124BD2
RGB
CMYK
RGB Variations
Color information
#124BD2 (or 0x124BD2) is known color: Cerulean Blue. HEX triplet: 12, 4B and D2. RGB value is (18,75,210). Sum of RGB (Red+Green+Blue) = 18+75+210=303 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.94% from 303); Green value is 75 (29.69% from 255 or 24.75% from 303); Blue value is 210 (82.42% from 255 or 69.31% from 303); Max value from RGB is 210 - color contains mainly: blue. Hex color #124BD2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124BD2 is #EDB42D. Grayscale: #484848. Windows color (decimal): -15578158 or 13781778. OLE color: 13781778.
HSL color Cylindrical-coordinate representation of color #124BD2: hue angle of 222.19º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #124BD2 is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 75 | 210 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.18 |
| HSL | 222.19º | 0.84% | 0.45% | - |
| HSV(B) | 222.19º | 0.91% | 0.82% | - |
| XYZ | 14.4 | 9.81 | 62.11 | - |
| YUV | 73.35 | 205.12 | 88.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 75 | 210 | 0.91 | 0.64 | 0 | 0.18 | 222.19 | 0.84 | 0.45 |
| Hex | 12 | 4B | D2 | 5B | 40 | 0 | 12 | DE | 54 | 2D |
| Octal | 22 | 113 | 322 | 133 | 100 | 0 | 22 | 336 | 124 | 55 |
| Binary | 10010 | 1001011 | 11010010 | 1011011 | 1000000 | 0 | 10010 | 11011110 | 1010100 | 101101 |
Color Harmonies of #124BD2
Complementary color
Monochromatic Colors of #124BD2
Black with #124BD2
Text Example
Text Example
White with #124BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124BD2; }
p { color: rgb(18,75,210); }
H1.HeaderClassName
{
color: #124BD2;
}
.AnyTagClassName
{
color: #124BD2;
}
</style>
background-color css
<style>
a { background-color: #124BD2; }
a { background-color: rgb(18,75,210); }
div.DivClassName
{
background-color: #124BD2;
}
.BgClassName
{
background-color: #124BD2;
}
</style>
border-color css
<style>
span { border-color: #124BD2; }
span { border-color: rgb(18,75,210); }
td.TdClassName
{
border-color: #124BD2;
}
.TagClassName
{
border-color: #124BD2;
}
</style>