Shades of Cerulean Blue #164CDA
Tints of Cerulean Blue #164CDA
RGB
CMYK
RGB Variations
Color information
#164CDA (or 0x164CDA) is known color: Cerulean Blue. HEX triplet: 16, 4C and DA. RGB value is (22,76,218). Sum of RGB (Red+Green+Blue) = 22+76+218=316 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.96% from 316); Green value is 76 (30.08% from 255 or 24.05% from 316); Blue value is 218 (85.55% from 255 or 68.99% from 316); Max value from RGB is 218 - color contains mainly: blue. Hex color #164CDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #164CDA is #E9B325. Grayscale: #4B4B4B. Windows color (decimal): -15315750 or 14306326. OLE color: 14306326.
HSL color Cylindrical-coordinate representation of color #164CDA: hue angle of 223.47º 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 #164CDA is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 76 | 218 | - |
| CMYK | 0.90 | 0.65 | 0 | 0.15 |
| HSL | 223.47º | 0.82% | 0.47% | - |
| HSV(B) | 223.47º | 0.9% | 0.85% | - |
| XYZ | 15.57 | 10.4 | 67.52 | - |
| YUV | 76.04 | 208.11 | 89.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 76 | 218 | 0.90 | 0.65 | 0 | 0.15 | 223.47 | 0.82 | 0.47 |
| Hex | 16 | 4C | DA | 5A | 41 | 0 | F | DF | 52 | 2F |
| Octal | 26 | 114 | 332 | 132 | 101 | 0 | 17 | 337 | 122 | 57 |
| Binary | 10110 | 1001100 | 11011010 | 1011010 | 1000001 | 0 | 1111 | 11011111 | 1010010 | 101111 |
Color Harmonies of #164CDA
Complementary color
Monochromatic Colors of #164CDA
Black with #164CDA
Text Example
Text Example
White with #164CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164CDA; }
p { color: rgb(22,76,218); }
H1.HeaderClassName
{
color: #164CDA;
}
.AnyTagClassName
{
color: #164CDA;
}
</style>
background-color css
<style>
a { background-color: #164CDA; }
a { background-color: rgb(22,76,218); }
div.DivClassName
{
background-color: #164CDA;
}
.BgClassName
{
background-color: #164CDA;
}
</style>
border-color css
<style>
span { border-color: #164CDA; }
span { border-color: rgb(22,76,218); }
td.TdClassName
{
border-color: #164CDA;
}
.TagClassName
{
border-color: #164CDA;
}
</style>