Shades of Cerulean Blue #164EDB
Tints of Cerulean Blue #164EDB
RGB
CMYK
RGB Variations
Color information
#164EDB (or 0x164EDB) is known color: Cerulean Blue. HEX triplet: 16, 4E and DB. RGB value is (22,78,219). Sum of RGB (Red+Green+Blue) = 22+78+219=319 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.90% from 319); Green value is 78 (30.86% from 255 or 24.45% from 319); Blue value is 219 (85.94% from 255 or 68.65% from 319); Max value from RGB is 219 - color contains mainly: blue. Hex color #164EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #164EDB is #E9B124. Grayscale: #4C4C4C. Windows color (decimal): -15315237 or 14372374. OLE color: 14372374.
HSL color Cylindrical-coordinate representation of color #164EDB: hue angle of 222.94º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #164EDB is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 78 | 219 | - |
| CMYK | 0.90 | 0.64 | 0 | 0.14 |
| HSL | 222.94º | 0.82% | 0.47% | - |
| HSV(B) | 222.94º | 0.9% | 0.86% | - |
| XYZ | 15.84 | 10.73 | 68.25 | - |
| YUV | 77.33 | 207.95 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 78 | 219 | 0.90 | 0.64 | 0 | 0.14 | 222.94 | 0.82 | 0.47 |
| Hex | 16 | 4E | DB | 5A | 40 | 0 | E | DF | 52 | 2F |
| Octal | 26 | 116 | 333 | 132 | 100 | 0 | 16 | 337 | 122 | 57 |
| Binary | 10110 | 1001110 | 11011011 | 1011010 | 1000000 | 0 | 1110 | 11011111 | 1010010 | 101111 |
Color Harmonies of #164EDB
Complementary color
Monochromatic Colors of #164EDB
Black with #164EDB
Text Example
Text Example
White with #164EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164EDB; }
p { color: rgb(22,78,219); }
H1.HeaderClassName
{
color: #164EDB;
}
.AnyTagClassName
{
color: #164EDB;
}
</style>
background-color css
<style>
a { background-color: #164EDB; }
a { background-color: rgb(22,78,219); }
div.DivClassName
{
background-color: #164EDB;
}
.BgClassName
{
background-color: #164EDB;
}
</style>
border-color css
<style>
span { border-color: #164EDB; }
span { border-color: rgb(22,78,219); }
td.TdClassName
{
border-color: #164EDB;
}
.TagClassName
{
border-color: #164EDB;
}
</style>