Shades of Cerulean Blue #114BDD
Tints of Cerulean Blue #114BDD
RGB
CMYK
RGB Variations
Color information
#114BDD (or 0x114BDD) is known color: Cerulean Blue. HEX triplet: 11, 4B and DD. RGB value is (17,75,221). Sum of RGB (Red+Green+Blue) = 17+75+221=313 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.43% from 313); Green value is 75 (29.69% from 255 or 23.96% from 313); Blue value is 221 (86.72% from 255 or 70.61% from 313); Max value from RGB is 221 - color contains mainly: blue. Hex color #114BDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #114BDD is #EEB422. Grayscale: #494949. Windows color (decimal): -15643683 or 14502673. OLE color: 14502673.
HSL color Cylindrical-coordinate representation of color #114BDD: hue angle of 222.94º degrees, saturation: 0.86, 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 #114BDD is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 75 | 221 | - |
| CMYK | 0.92 | 0.66 | 0 | 0.13 |
| HSL | 222.94º | 0.86% | 0.47% | - |
| HSV(B) | 222.94º | 0.92% | 0.87% | - |
| XYZ | 15.8 | 10.37 | 69.58 | - |
| YUV | 74.3 | 210.78 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 75 | 221 | 0.92 | 0.66 | 0 | 0.13 | 222.94 | 0.86 | 0.47 |
| Hex | 11 | 4B | DD | 5C | 42 | 0 | D | DF | 56 | 2F |
| Octal | 21 | 113 | 335 | 134 | 102 | 0 | 15 | 337 | 126 | 57 |
| Binary | 10001 | 1001011 | 11011101 | 1011100 | 1000010 | 0 | 1101 | 11011111 | 1010110 | 101111 |
Color Harmonies of #114BDD
Complementary color
Monochromatic Colors of #114BDD
Black with #114BDD
Text Example
Text Example
White with #114BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114BDD; }
p { color: rgb(17,75,221); }
H1.HeaderClassName
{
color: #114BDD;
}
.AnyTagClassName
{
color: #114BDD;
}
</style>
background-color css
<style>
a { background-color: #114BDD; }
a { background-color: rgb(17,75,221); }
div.DivClassName
{
background-color: #114BDD;
}
.BgClassName
{
background-color: #114BDD;
}
</style>
border-color css
<style>
span { border-color: #114BDD; }
span { border-color: rgb(17,75,221); }
td.TdClassName
{
border-color: #114BDD;
}
.TagClassName
{
border-color: #114BDD;
}
</style>