Shades of Cerulean Blue #114BDC
Tints of Cerulean Blue #114BDC
RGB
CMYK
RGB Variations
Color information
#114BDC (or 0x114BDC) is known color: Cerulean Blue. HEX triplet: 11, 4B and DC. RGB value is (17,75,220). Sum of RGB (Red+Green+Blue) = 17+75+220=312 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.45% from 312); Green value is 75 (29.69% from 255 or 24.04% 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 #114BDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #114BDC is #EEB423. Grayscale: #494949. Windows color (decimal): -15643684 or 14437137. OLE color: 14437137.
HSL color Cylindrical-coordinate representation of color #114BDC: hue angle of 222.86º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #114BDC is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 75 | 220 | - |
| CMYK | 0.92 | 0.66 | 0 | 0.14 |
| HSL | 222.86º | 0.86% | 0.46% | - |
| HSV(B) | 222.86º | 0.92% | 0.86% | - |
| XYZ | 15.67 | 10.32 | 68.88 | - |
| YUV | 74.19 | 210.28 | 87.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 75 | 220 | 0.92 | 0.66 | 0 | 0.14 | 222.86 | 0.86 | 0.46 |
| Hex | 11 | 4B | DC | 5C | 42 | 0 | E | DF | 56 | 2E |
| Octal | 21 | 113 | 334 | 134 | 102 | 0 | 16 | 337 | 126 | 56 |
| Binary | 10001 | 1001011 | 11011100 | 1011100 | 1000010 | 0 | 1110 | 11011111 | 1010110 | 101110 |
Color Harmonies of #114BDC
Complementary color
Monochromatic Colors of #114BDC
Black with #114BDC
Text Example
Text Example
White with #114BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114BDC; }
p { color: rgb(17,75,220); }
H1.HeaderClassName
{
color: #114BDC;
}
.AnyTagClassName
{
color: #114BDC;
}
</style>
background-color css
<style>
a { background-color: #114BDC; }
a { background-color: rgb(17,75,220); }
div.DivClassName
{
background-color: #114BDC;
}
.BgClassName
{
background-color: #114BDC;
}
</style>
border-color css
<style>
span { border-color: #114BDC; }
span { border-color: rgb(17,75,220); }
td.TdClassName
{
border-color: #114BDC;
}
.TagClassName
{
border-color: #114BDC;
}
</style>