Shades of Cerulean Blue #124BD0
Tints of Cerulean Blue #124BD0
RGB
CMYK
RGB Variations
Color information
#124BD0 (or 0x124BD0) is known color: Cerulean Blue. HEX triplet: 12, 4B and D0. RGB value is (18,75,208). Sum of RGB (Red+Green+Blue) = 18+75+208=301 (39% of max value = 765). Red value is 18 (7.42% from 255 or 5.98% from 301); Green value is 75 (29.69% from 255 or 24.92% from 301); Blue value is 208 (81.64% from 255 or 69.10% from 301); Max value from RGB is 208 - color contains mainly: blue. Hex color #124BD0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124BD0 is #EDB42F. Grayscale: #484848. Windows color (decimal): -15578160 or 13650706. OLE color: 13650706.
HSL color Cylindrical-coordinate representation of color #124BD0: hue angle of 222º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #124BD0 is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 75 | 208 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.18 |
| HSL | 222º | 0.84% | 0.44% | - |
| HSV(B) | 222º | 0.91% | 0.82% | - |
| XYZ | 14.15 | 9.71 | 60.8 | - |
| YUV | 73.12 | 204.12 | 88.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 75 | 208 | 0.91 | 0.64 | 0 | 0.18 | 222 | 0.84 | 0.44 |
| Hex | 12 | 4B | D0 | 5B | 40 | 0 | 12 | DE | 54 | 2C |
| Octal | 22 | 113 | 320 | 133 | 100 | 0 | 22 | 336 | 124 | 54 |
| Binary | 10010 | 1001011 | 11010000 | 1011011 | 1000000 | 0 | 10010 | 11011110 | 1010100 | 101100 |
Color Harmonies of #124BD0
Complementary color
Monochromatic Colors of #124BD0
Black with #124BD0
Text Example
Text Example
White with #124BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124BD0; }
p { color: rgb(18,75,208); }
H1.HeaderClassName
{
color: #124BD0;
}
.AnyTagClassName
{
color: #124BD0;
}
</style>
background-color css
<style>
a { background-color: #124BD0; }
a { background-color: rgb(18,75,208); }
div.DivClassName
{
background-color: #124BD0;
}
.BgClassName
{
background-color: #124BD0;
}
</style>
border-color css
<style>
span { border-color: #124BD0; }
span { border-color: rgb(18,75,208); }
td.TdClassName
{
border-color: #124BD0;
}
.TagClassName
{
border-color: #124BD0;
}
</style>