Shades of Cerulean Blue #164EE5
Tints of Cerulean Blue #164EE5
RGB
CMYK
RGB Variations
Color information
#164EE5 (or 0x164EE5) is known color: Cerulean Blue. HEX triplet: 16, 4E and E5. RGB value is (22,78,229). Sum of RGB (Red+Green+Blue) = 22+78+229=329 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.69% from 329); Green value is 78 (30.86% from 255 or 23.71% from 329); Blue value is 229 (89.84% from 255 or 69.60% from 329); Max value from RGB is 229 - color contains mainly: blue. Hex color #164EE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #164EE5 is #E9B11A. Grayscale: #4D4D4D. Windows color (decimal): -15315227 or 15027734. OLE color: 15027734.
HSL color Cylindrical-coordinate representation of color #164EE5: hue angle of 223.77º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #164EE5 is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 22 | 78 | 229 | - |
| CMYK | 0.90 | 0.66 | 0 | 0.10 |
| HSL | 223.77º | 0.82% | 0.49% | - |
| HSV(B) | 223.77º | 0.9% | 0.9% | - |
| XYZ | 17.2 | 11.28 | 75.4 | - |
| YUV | 78.47 | 212.95 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 78 | 229 | 0.90 | 0.66 | 0 | 0.10 | 223.77 | 0.82 | 0.49 |
| Hex | 16 | 4E | E5 | 5A | 42 | 0 | A | E0 | 52 | 31 |
| Octal | 26 | 116 | 345 | 132 | 102 | 0 | 12 | 340 | 122 | 61 |
| Binary | 10110 | 1001110 | 11100101 | 1011010 | 1000010 | 0 | 1010 | 11100000 | 1010010 | 110001 |
Color Harmonies of #164EE5
Complementary color
Monochromatic Colors of #164EE5
Black with #164EE5
Text Example
Text Example
White with #164EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164EE5; }
p { color: rgb(22,78,229); }
H1.HeaderClassName
{
color: #164EE5;
}
.AnyTagClassName
{
color: #164EE5;
}
</style>
background-color css
<style>
a { background-color: #164EE5; }
a { background-color: rgb(22,78,229); }
div.DivClassName
{
background-color: #164EE5;
}
.BgClassName
{
background-color: #164EE5;
}
</style>
border-color css
<style>
span { border-color: #164EE5; }
span { border-color: rgb(22,78,229); }
td.TdClassName
{
border-color: #164EE5;
}
.TagClassName
{
border-color: #164EE5;
}
</style>