Shades of Cerulean Blue #164EDE
Tints of Cerulean Blue #164EDE
RGB
CMYK
RGB Variations
Color information
#164EDE (or 0x164EDE) is known color: Cerulean Blue. HEX triplet: 16, 4E and DE. RGB value is (22,78,222). Sum of RGB (Red+Green+Blue) = 22+78+222=322 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.83% from 322); Green value is 78 (30.86% from 255 or 24.22% from 322); Blue value is 222 (87.11% from 255 or 68.94% from 322); Max value from RGB is 222 - color contains mainly: blue. Hex color #164EDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #164EDE is #E9B121. Grayscale: #4D4D4D. Windows color (decimal): -15315234 or 14568982. OLE color: 14568982.
HSL color Cylindrical-coordinate representation of color #164EDE: hue angle of 223.2º 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 #164EDE is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 78 | 222 | - |
| CMYK | 0.90 | 0.65 | 0 | 0.13 |
| HSL | 223.2º | 0.82% | 0.48% | - |
| HSV(B) | 223.2º | 0.9% | 0.87% | - |
| XYZ | 16.24 | 10.89 | 70.35 | - |
| YUV | 77.67 | 209.45 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 78 | 222 | 0.90 | 0.65 | 0 | 0.13 | 223.2 | 0.82 | 0.48 |
| Hex | 16 | 4E | DE | 5A | 41 | 0 | D | DF | 52 | 30 |
| Octal | 26 | 116 | 336 | 132 | 101 | 0 | 15 | 337 | 122 | 60 |
| Binary | 10110 | 1001110 | 11011110 | 1011010 | 1000001 | 0 | 1101 | 11011111 | 1010010 | 110000 |
Color Harmonies of #164EDE
Complementary color
Monochromatic Colors of #164EDE
Black with #164EDE
Text Example
Text Example
White with #164EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164EDE; }
p { color: rgb(22,78,222); }
H1.HeaderClassName
{
color: #164EDE;
}
.AnyTagClassName
{
color: #164EDE;
}
</style>
background-color css
<style>
a { background-color: #164EDE; }
a { background-color: rgb(22,78,222); }
div.DivClassName
{
background-color: #164EDE;
}
.BgClassName
{
background-color: #164EDE;
}
</style>
border-color css
<style>
span { border-color: #164EDE; }
span { border-color: rgb(22,78,222); }
td.TdClassName
{
border-color: #164EDE;
}
.TagClassName
{
border-color: #164EDE;
}
</style>