Shades of Cerulean Blue #164CC2
Tints of Cerulean Blue #164CC2
RGB
CMYK
RGB Variations
Color information
#164CC2 (or 0x164CC2) is known color: Cerulean Blue. HEX triplet: 16, 4C and C2. RGB value is (22,76,194). Sum of RGB (Red+Green+Blue) = 22+76+194=292 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.53% from 292); Green value is 76 (30.08% from 255 or 26.03% from 292); Blue value is 194 (76.17% from 255 or 66.44% from 292); Max value from RGB is 194 - color contains mainly: blue. Hex color #164CC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #164CC2 is #E9B33D. Grayscale: #484848. Windows color (decimal): -15315774 or 12733462. OLE color: 12733462.
HSL color Cylindrical-coordinate representation of color #164CC2: hue angle of 221.16º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #164CC2 is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 22 | 76 | 194 | - |
| CMYK | 0.89 | 0.61 | 0 | 0.24 |
| HSL | 221.16º | 0.8% | 0.42% | - |
| HSV(B) | 221.16º | 0.89% | 0.76% | - |
| XYZ | 12.65 | 9.23 | 52.15 | - |
| YUV | 73.31 | 196.11 | 91.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 76 | 194 | 0.89 | 0.61 | 0 | 0.24 | 221.16 | 0.8 | 0.42 |
| Hex | 16 | 4C | C2 | 59 | 3D | 0 | 18 | DD | 50 | 2A |
| Octal | 26 | 114 | 302 | 131 | 75 | 0 | 30 | 335 | 120 | 52 |
| Binary | 10110 | 1001100 | 11000010 | 1011001 | 111101 | 0 | 11000 | 11011101 | 1010000 | 101010 |
Color Harmonies of #164CC2
Complementary color
Monochromatic Colors of #164CC2
Black with #164CC2
Text Example
Text Example
White with #164CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164CC2; }
p { color: rgb(22,76,194); }
H1.HeaderClassName
{
color: #164CC2;
}
.AnyTagClassName
{
color: #164CC2;
}
</style>
background-color css
<style>
a { background-color: #164CC2; }
a { background-color: rgb(22,76,194); }
div.DivClassName
{
background-color: #164CC2;
}
.BgClassName
{
background-color: #164CC2;
}
</style>
border-color css
<style>
span { border-color: #164CC2; }
span { border-color: rgb(22,76,194); }
td.TdClassName
{
border-color: #164CC2;
}
.TagClassName
{
border-color: #164CC2;
}
</style>