Shades of Cerulean Blue #164BDB
Tints of Cerulean Blue #164BDB
RGB
CMYK
RGB Variations
Color information
#164BDB (or 0x164BDB) is known color: Cerulean Blue. HEX triplet: 16, 4B and DB. RGB value is (22,75,219). Sum of RGB (Red+Green+Blue) = 22+75+219=316 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.96% from 316); Green value is 75 (29.69% from 255 or 23.73% from 316); Blue value is 219 (85.94% from 255 or 69.30% from 316); Max value from RGB is 219 - color contains mainly: blue. Hex color #164BDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #164BDB is #E9B424. Grayscale: #4A4A4A. Windows color (decimal): -15316005 or 14371606. OLE color: 14371606.
HSL color Cylindrical-coordinate representation of color #164BDB: hue angle of 223.86º 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 #164BDB is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 75 | 219 | - |
| CMYK | 0.90 | 0.66 | 0 | 0.14 |
| HSL | 223.86º | 0.82% | 0.47% | - |
| HSV(B) | 223.86º | 0.9% | 0.86% | - |
| XYZ | 15.63 | 10.32 | 68.19 | - |
| YUV | 75.57 | 208.94 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 75 | 219 | 0.90 | 0.66 | 0 | 0.14 | 223.86 | 0.82 | 0.47 |
| Hex | 16 | 4B | DB | 5A | 42 | 0 | E | E0 | 52 | 2F |
| Octal | 26 | 113 | 333 | 132 | 102 | 0 | 16 | 340 | 122 | 57 |
| Binary | 10110 | 1001011 | 11011011 | 1011010 | 1000010 | 0 | 1110 | 11100000 | 1010010 | 101111 |
Color Harmonies of #164BDB
Complementary color
Monochromatic Colors of #164BDB
Black with #164BDB
Text Example
Text Example
White with #164BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164BDB; }
p { color: rgb(22,75,219); }
H1.HeaderClassName
{
color: #164BDB;
}
.AnyTagClassName
{
color: #164BDB;
}
</style>
background-color css
<style>
a { background-color: #164BDB; }
a { background-color: rgb(22,75,219); }
div.DivClassName
{
background-color: #164BDB;
}
.BgClassName
{
background-color: #164BDB;
}
</style>
border-color css
<style>
span { border-color: #164BDB; }
span { border-color: rgb(22,75,219); }
td.TdClassName
{
border-color: #164BDB;
}
.TagClassName
{
border-color: #164BDB;
}
</style>