Shades of Cerulean Blue #164ECD
Tints of Cerulean Blue #164ECD
RGB
CMYK
RGB Variations
Color information
#164ECD (or 0x164ECD) is known color: Cerulean Blue. HEX triplet: 16, 4E and CD. RGB value is (22,78,205). Sum of RGB (Red+Green+Blue) = 22+78+205=305 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.21% from 305); Green value is 78 (30.86% from 255 or 25.57% from 305); Blue value is 205 (80.47% from 255 or 67.21% from 305); Max value from RGB is 205 - color contains mainly: blue. Hex color #164ECD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #164ECD is #E9B132. Grayscale: #4B4B4B. Windows color (decimal): -15315251 or 13454870. OLE color: 13454870.
HSL color Cylindrical-coordinate representation of color #164ECD: hue angle of 221.64º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #164ECD is Cyan = 0.89, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 78 | 205 | - |
| CMYK | 0.89 | 0.62 | 0 | 0.20 |
| HSL | 221.64º | 0.81% | 0.45% | - |
| HSV(B) | 221.64º | 0.89% | 0.8% | - |
| XYZ | 14.07 | 10.03 | 58.95 | - |
| YUV | 75.73 | 200.95 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 78 | 205 | 0.89 | 0.62 | 0 | 0.20 | 221.64 | 0.81 | 0.45 |
| Hex | 16 | 4E | CD | 59 | 3E | 0 | 14 | DE | 51 | 2D |
| Octal | 26 | 116 | 315 | 131 | 76 | 0 | 24 | 336 | 121 | 55 |
| Binary | 10110 | 1001110 | 11001101 | 1011001 | 111110 | 0 | 10100 | 11011110 | 1010001 | 101101 |
Color Harmonies of #164ECD
Complementary color
Monochromatic Colors of #164ECD
Black with #164ECD
Text Example
Text Example
White with #164ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164ECD; }
p { color: rgb(22,78,205); }
H1.HeaderClassName
{
color: #164ECD;
}
.AnyTagClassName
{
color: #164ECD;
}
</style>
background-color css
<style>
a { background-color: #164ECD; }
a { background-color: rgb(22,78,205); }
div.DivClassName
{
background-color: #164ECD;
}
.BgClassName
{
background-color: #164ECD;
}
</style>
border-color css
<style>
span { border-color: #164ECD; }
span { border-color: rgb(22,78,205); }
td.TdClassName
{
border-color: #164ECD;
}
.TagClassName
{
border-color: #164ECD;
}
</style>