Shades of Cerulean Blue #164EDD
Tints of Cerulean Blue #164EDD
RGB
CMYK
RGB Variations
Color information
#164EDD (or 0x164EDD) is known color: Cerulean Blue. HEX triplet: 16, 4E and DD. RGB value is (22,78,221). Sum of RGB (Red+Green+Blue) = 22+78+221=321 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.85% from 321); Green value is 78 (30.86% from 255 or 24.30% from 321); Blue value is 221 (86.72% from 255 or 68.85% from 321); Max value from RGB is 221 - color contains mainly: blue. Hex color #164EDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #164EDD is #E9B122. Grayscale: #4C4C4C. Windows color (decimal): -15315235 or 14503446. OLE color: 14503446.
HSL color Cylindrical-coordinate representation of color #164EDD: hue angle of 223.12º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #164EDD is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 78 | 221 | - |
| CMYK | 0.90 | 0.65 | 0 | 0.13 |
| HSL | 223.12º | 0.82% | 0.48% | - |
| HSV(B) | 223.12º | 0.9% | 0.87% | - |
| XYZ | 16.11 | 10.84 | 69.65 | - |
| YUV | 77.56 | 208.95 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 78 | 221 | 0.90 | 0.65 | 0 | 0.13 | 223.12 | 0.82 | 0.48 |
| Hex | 16 | 4E | DD | 5A | 41 | 0 | D | DF | 52 | 30 |
| Octal | 26 | 116 | 335 | 132 | 101 | 0 | 15 | 337 | 122 | 60 |
| Binary | 10110 | 1001110 | 11011101 | 1011010 | 1000001 | 0 | 1101 | 11011111 | 1010010 | 110000 |
Color Harmonies of #164EDD
Complementary color
Monochromatic Colors of #164EDD
Black with #164EDD
Text Example
Text Example
White with #164EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164EDD; }
p { color: rgb(22,78,221); }
H1.HeaderClassName
{
color: #164EDD;
}
.AnyTagClassName
{
color: #164EDD;
}
</style>
background-color css
<style>
a { background-color: #164EDD; }
a { background-color: rgb(22,78,221); }
div.DivClassName
{
background-color: #164EDD;
}
.BgClassName
{
background-color: #164EDD;
}
</style>
border-color css
<style>
span { border-color: #164EDD; }
span { border-color: rgb(22,78,221); }
td.TdClassName
{
border-color: #164EDD;
}
.TagClassName
{
border-color: #164EDD;
}
</style>