Shades of Cerulean Blue #164EE1
Tints of Cerulean Blue #164EE1
RGB
CMYK
RGB Variations
Color information
#164EE1 (or 0x164EE1) is known color: Cerulean Blue. HEX triplet: 16, 4E and E1. RGB value is (22,78,225). Sum of RGB (Red+Green+Blue) = 22+78+225=325 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.77% from 325); Green value is 78 (30.86% from 255 or 24% from 325); Blue value is 225 (88.28% from 255 or 69.23% from 325); Max value from RGB is 225 - color contains mainly: blue. Hex color #164EE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #164EE1 is #E9B11E. Grayscale: #4D4D4D. Windows color (decimal): -15315231 or 14765590. OLE color: 14765590.
HSL color Cylindrical-coordinate representation of color #164EE1: hue angle of 223.45º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #164EE1 is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 22 | 78 | 225 | - |
| CMYK | 0.90 | 0.65 | 0 | 0.12 |
| HSL | 223.45º | 0.82% | 0.48% | - |
| HSV(B) | 223.45º | 0.9% | 0.88% | - |
| XYZ | 16.65 | 11.06 | 72.49 | - |
| YUV | 78.01 | 210.95 | 88.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 78 | 225 | 0.90 | 0.65 | 0 | 0.12 | 223.45 | 0.82 | 0.48 |
| Hex | 16 | 4E | E1 | 5A | 41 | 0 | C | DF | 52 | 30 |
| Octal | 26 | 116 | 341 | 132 | 101 | 0 | 14 | 337 | 122 | 60 |
| Binary | 10110 | 1001110 | 11100001 | 1011010 | 1000001 | 0 | 1100 | 11011111 | 1010010 | 110000 |
Color Harmonies of #164EE1
Complementary color
Monochromatic Colors of #164EE1
Black with #164EE1
Text Example
Text Example
White with #164EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164EE1; }
p { color: rgb(22,78,225); }
H1.HeaderClassName
{
color: #164EE1;
}
.AnyTagClassName
{
color: #164EE1;
}
</style>
background-color css
<style>
a { background-color: #164EE1; }
a { background-color: rgb(22,78,225); }
div.DivClassName
{
background-color: #164EE1;
}
.BgClassName
{
background-color: #164EE1;
}
</style>
border-color css
<style>
span { border-color: #164EE1; }
span { border-color: rgb(22,78,225); }
td.TdClassName
{
border-color: #164EE1;
}
.TagClassName
{
border-color: #164EE1;
}
</style>