Shades of Cerulean Blue #164AD4
Tints of Cerulean Blue #164AD4
RGB
CMYK
RGB Variations
Color information
#164AD4 (or 0x164AD4) is known color: Cerulean Blue. HEX triplet: 16, 4A and D4. RGB value is (22,74,212). Sum of RGB (Red+Green+Blue) = 22+74+212=308 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.14% from 308); Green value is 74 (29.30% from 255 or 24.03% from 308); Blue value is 212 (83.20% from 255 or 68.83% from 308); Max value from RGB is 212 - color contains mainly: blue. Hex color #164AD4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #164AD4 is #E9B52B. Grayscale: #494949. Windows color (decimal): -15316268 or 13912598. OLE color: 13912598.
HSL color Cylindrical-coordinate representation of color #164AD4: hue angle of 223.58º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #164AD4 is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 22 | 74 | 212 | - |
| CMYK | 0.90 | 0.65 | 0 | 0.17 |
| HSL | 223.58º | 0.81% | 0.46% | - |
| HSV(B) | 223.58º | 0.9% | 0.83% | - |
| XYZ | 14.66 | 9.82 | 63.41 | - |
| YUV | 74.18 | 205.77 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 74 | 212 | 0.90 | 0.65 | 0 | 0.17 | 223.58 | 0.81 | 0.46 |
| Hex | 16 | 4A | D4 | 5A | 41 | 0 | 11 | E0 | 51 | 2E |
| Octal | 26 | 112 | 324 | 132 | 101 | 0 | 21 | 340 | 121 | 56 |
| Binary | 10110 | 1001010 | 11010100 | 1011010 | 1000001 | 0 | 10001 | 11100000 | 1010001 | 101110 |
Color Harmonies of #164AD4
Complementary color
Monochromatic Colors of #164AD4
Black with #164AD4
Text Example
Text Example
White with #164AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164AD4; }
p { color: rgb(22,74,212); }
H1.HeaderClassName
{
color: #164AD4;
}
.AnyTagClassName
{
color: #164AD4;
}
</style>
background-color css
<style>
a { background-color: #164AD4; }
a { background-color: rgb(22,74,212); }
div.DivClassName
{
background-color: #164AD4;
}
.BgClassName
{
background-color: #164AD4;
}
</style>
border-color css
<style>
span { border-color: #164AD4; }
span { border-color: rgb(22,74,212); }
td.TdClassName
{
border-color: #164AD4;
}
.TagClassName
{
border-color: #164AD4;
}
</style>