Shades of Cerulean Blue #114BDA
Tints of Cerulean Blue #114BDA
RGB
CMYK
RGB Variations
Color information
#114BDA (or 0x114BDA) is known color: Cerulean Blue. HEX triplet: 11, 4B and DA. RGB value is (17,75,218). Sum of RGB (Red+Green+Blue) = 17+75+218=310 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.48% from 310); Green value is 75 (29.69% from 255 or 24.19% from 310); Blue value is 218 (85.55% from 255 or 70.32% from 310); Max value from RGB is 218 - color contains mainly: blue. Hex color #114BDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #114BDA is #EEB425. Grayscale: #494949. Windows color (decimal): -15643686 or 14306065. OLE color: 14306065.
HSL color Cylindrical-coordinate representation of color #114BDA: hue angle of 222.69º degrees, saturation: 0.86, 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 #114BDA is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 75 | 218 | - |
| CMYK | 0.92 | 0.66 | 0 | 0.15 |
| HSL | 222.69º | 0.86% | 0.46% | - |
| HSV(B) | 222.69º | 0.92% | 0.85% | - |
| XYZ | 15.4 | 10.21 | 67.49 | - |
| YUV | 73.96 | 209.28 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 75 | 218 | 0.92 | 0.66 | 0 | 0.15 | 222.69 | 0.86 | 0.46 |
| Hex | 11 | 4B | DA | 5C | 42 | 0 | F | DF | 56 | 2E |
| Octal | 21 | 113 | 332 | 134 | 102 | 0 | 17 | 337 | 126 | 56 |
| Binary | 10001 | 1001011 | 11011010 | 1011100 | 1000010 | 0 | 1111 | 11011111 | 1010110 | 101110 |
Color Harmonies of #114BDA
Complementary color
Monochromatic Colors of #114BDA
Black with #114BDA
Text Example
Text Example
White with #114BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114BDA; }
p { color: rgb(17,75,218); }
H1.HeaderClassName
{
color: #114BDA;
}
.AnyTagClassName
{
color: #114BDA;
}
</style>
background-color css
<style>
a { background-color: #114BDA; }
a { background-color: rgb(17,75,218); }
div.DivClassName
{
background-color: #114BDA;
}
.BgClassName
{
background-color: #114BDA;
}
</style>
border-color css
<style>
span { border-color: #114BDA; }
span { border-color: rgb(17,75,218); }
td.TdClassName
{
border-color: #114BDA;
}
.TagClassName
{
border-color: #114BDA;
}
</style>