Shades of Cerulean Blue #124BDA
Tints of Cerulean Blue #124BDA
RGB
CMYK
RGB Variations
Color information
#124BDA (or 0x124BDA) is known color: Cerulean Blue. HEX triplet: 12, 4B and DA. RGB value is (18,75,218). Sum of RGB (Red+Green+Blue) = 18+75+218=311 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.79% from 311); Green value is 75 (29.69% from 255 or 24.12% from 311); Blue value is 218 (85.55% from 255 or 70.10% from 311); Max value from RGB is 218 - color contains mainly: blue. Hex color #124BDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124BDA is #EDB425. Grayscale: #494949. Windows color (decimal): -15578150 or 14306066. OLE color: 14306066.
HSL color Cylindrical-coordinate representation of color #124BDA: hue angle of 222.9º 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 #124BDA is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 75 | 218 | - |
| CMYK | 0.92 | 0.66 | 0 | 0.15 |
| HSL | 222.9º | 0.85% | 0.46% | - |
| HSV(B) | 222.9º | 0.92% | 0.85% | - |
| XYZ | 15.42 | 10.22 | 67.49 | - |
| YUV | 74.26 | 209.12 | 87.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 75 | 218 | 0.92 | 0.66 | 0 | 0.15 | 222.9 | 0.85 | 0.46 |
| Hex | 12 | 4B | DA | 5C | 42 | 0 | F | DF | 55 | 2E |
| Octal | 22 | 113 | 332 | 134 | 102 | 0 | 17 | 337 | 125 | 56 |
| Binary | 10010 | 1001011 | 11011010 | 1011100 | 1000010 | 0 | 1111 | 11011111 | 1010101 | 101110 |
Color Harmonies of #124BDA
Complementary color
Monochromatic Colors of #124BDA
Black with #124BDA
Text Example
Text Example
White with #124BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124BDA; }
p { color: rgb(18,75,218); }
H1.HeaderClassName
{
color: #124BDA;
}
.AnyTagClassName
{
color: #124BDA;
}
</style>
background-color css
<style>
a { background-color: #124BDA; }
a { background-color: rgb(18,75,218); }
div.DivClassName
{
background-color: #124BDA;
}
.BgClassName
{
background-color: #124BDA;
}
</style>
border-color css
<style>
span { border-color: #124BDA; }
span { border-color: rgb(18,75,218); }
td.TdClassName
{
border-color: #124BDA;
}
.TagClassName
{
border-color: #124BDA;
}
</style>