Shades of Cerulean Blue #124BDF
Tints of Cerulean Blue #124BDF
RGB
CMYK
RGB Variations
Color information
#124BDF (or 0x124BDF) is known color: Cerulean Blue. HEX triplet: 12, 4B and DF. RGB value is (18,75,223). Sum of RGB (Red+Green+Blue) = 18+75+223=316 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.70% from 316); Green value is 75 (29.69% from 255 or 23.73% from 316); Blue value is 223 (87.5% from 255 or 70.57% from 316); Max value from RGB is 223 - color contains mainly: blue. Hex color #124BDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124BDF is #EDB420. Grayscale: #4A4A4A. Windows color (decimal): -15578145 or 14633746. OLE color: 14633746.
HSL color Cylindrical-coordinate representation of color #124BDF: hue angle of 223.32º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #124BDF is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 75 | 223 | - |
| CMYK | 0.92 | 0.66 | 0 | 0.13 |
| HSL | 223.32º | 0.85% | 0.47% | - |
| HSV(B) | 223.32º | 0.92% | 0.87% | - |
| XYZ | 16.08 | 10.49 | 70.99 | - |
| YUV | 74.83 | 211.62 | 87.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 75 | 223 | 0.92 | 0.66 | 0 | 0.13 | 223.32 | 0.85 | 0.47 |
| Hex | 12 | 4B | DF | 5C | 42 | 0 | D | DF | 55 | 2F |
| Octal | 22 | 113 | 337 | 134 | 102 | 0 | 15 | 337 | 125 | 57 |
| Binary | 10010 | 1001011 | 11011111 | 1011100 | 1000010 | 0 | 1101 | 11011111 | 1010101 | 101111 |
Color Harmonies of #124BDF
Complementary color
Monochromatic Colors of #124BDF
Black with #124BDF
Text Example
Text Example
White with #124BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124BDF; }
p { color: rgb(18,75,223); }
H1.HeaderClassName
{
color: #124BDF;
}
.AnyTagClassName
{
color: #124BDF;
}
</style>
background-color css
<style>
a { background-color: #124BDF; }
a { background-color: rgb(18,75,223); }
div.DivClassName
{
background-color: #124BDF;
}
.BgClassName
{
background-color: #124BDF;
}
</style>
border-color css
<style>
span { border-color: #124BDF; }
span { border-color: rgb(18,75,223); }
td.TdClassName
{
border-color: #124BDF;
}
.TagClassName
{
border-color: #124BDF;
}
</style>