Shades of Cerulean Blue #164AD5
Tints of Cerulean Blue #164AD5
RGB
CMYK
RGB Variations
Color information
#164AD5 (or 0x164AD5) is known color: Cerulean Blue. HEX triplet: 16, 4A and D5. RGB value is (22,74,213). Sum of RGB (Red+Green+Blue) = 22+74+213=309 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.12% from 309); Green value is 74 (29.30% from 255 or 23.95% from 309); Blue value is 213 (83.59% from 255 or 68.93% from 309); Max value from RGB is 213 - color contains mainly: blue. Hex color #164AD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #164AD5 is #E9B52A. Grayscale: #494949. Windows color (decimal): -15316267 or 13978134. OLE color: 13978134.
HSL color Cylindrical-coordinate representation of color #164AD5: hue angle of 223.66º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #164AD5 is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 22 | 74 | 213 | - |
| CMYK | 0.90 | 0.65 | 0 | 0.16 |
| HSL | 223.66º | 0.81% | 0.46% | - |
| HSV(B) | 223.66º | 0.9% | 0.84% | - |
| XYZ | 14.79 | 9.87 | 64.08 | - |
| YUV | 74.3 | 206.27 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 74 | 213 | 0.90 | 0.65 | 0 | 0.16 | 223.66 | 0.81 | 0.46 |
| Hex | 16 | 4A | D5 | 5A | 41 | 0 | 10 | E0 | 51 | 2E |
| Octal | 26 | 112 | 325 | 132 | 101 | 0 | 20 | 340 | 121 | 56 |
| Binary | 10110 | 1001010 | 11010101 | 1011010 | 1000001 | 0 | 10000 | 11100000 | 1010001 | 101110 |
Color Harmonies of #164AD5
Complementary color
Monochromatic Colors of #164AD5
Black with #164AD5
Text Example
Text Example
White with #164AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164AD5; }
p { color: rgb(22,74,213); }
H1.HeaderClassName
{
color: #164AD5;
}
.AnyTagClassName
{
color: #164AD5;
}
</style>
background-color css
<style>
a { background-color: #164AD5; }
a { background-color: rgb(22,74,213); }
div.DivClassName
{
background-color: #164AD5;
}
.BgClassName
{
background-color: #164AD5;
}
</style>
border-color css
<style>
span { border-color: #164AD5; }
span { border-color: rgb(22,74,213); }
td.TdClassName
{
border-color: #164AD5;
}
.TagClassName
{
border-color: #164AD5;
}
</style>