Shades of Cerulean Blue #164AD8
Tints of Cerulean Blue #164AD8
RGB
CMYK
RGB Variations
Color information
#164AD8 (or 0x164AD8) is known color: Cerulean Blue. HEX triplet: 16, 4A and D8. RGB value is (22,74,216). Sum of RGB (Red+Green+Blue) = 22+74+216=312 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.05% from 312); Green value is 74 (29.30% from 255 or 23.72% from 312); Blue value is 216 (84.77% from 255 or 69.23% from 312); Max value from RGB is 216 - color contains mainly: blue. Hex color #164AD8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #164AD8 is #E9B527. Grayscale: #4A4A4A. Windows color (decimal): -15316264 or 14174742. OLE color: 14174742.
HSL color Cylindrical-coordinate representation of color #164AD8: hue angle of 223.92º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #164AD8 is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 74 | 216 | - |
| CMYK | 0.90 | 0.66 | 0 | 0.15 |
| HSL | 223.92º | 0.82% | 0.47% | - |
| HSV(B) | 223.92º | 0.9% | 0.85% | - |
| XYZ | 15.17 | 10.03 | 66.1 | - |
| YUV | 74.64 | 207.77 | 90.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 74 | 216 | 0.90 | 0.66 | 0 | 0.15 | 223.92 | 0.82 | 0.47 |
| Hex | 16 | 4A | D8 | 5A | 42 | 0 | F | E0 | 52 | 2F |
| Octal | 26 | 112 | 330 | 132 | 102 | 0 | 17 | 340 | 122 | 57 |
| Binary | 10110 | 1001010 | 11011000 | 1011010 | 1000010 | 0 | 1111 | 11100000 | 1010010 | 101111 |
Color Harmonies of #164AD8
Complementary color
Monochromatic Colors of #164AD8
Black with #164AD8
Text Example
Text Example
White with #164AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164AD8; }
p { color: rgb(22,74,216); }
H1.HeaderClassName
{
color: #164AD8;
}
.AnyTagClassName
{
color: #164AD8;
}
</style>
background-color css
<style>
a { background-color: #164AD8; }
a { background-color: rgb(22,74,216); }
div.DivClassName
{
background-color: #164AD8;
}
.BgClassName
{
background-color: #164AD8;
}
</style>
border-color css
<style>
span { border-color: #164AD8; }
span { border-color: rgb(22,74,216); }
td.TdClassName
{
border-color: #164AD8;
}
.TagClassName
{
border-color: #164AD8;
}
</style>