Shades of Cerulean Blue #164EE6
Tints of Cerulean Blue #164EE6
RGB
CMYK
RGB Variations
Color information
#164EE6 (or 0x164EE6) is known color: Cerulean Blue. HEX triplet: 16, 4E and E6. RGB value is (22,78,230). Sum of RGB (Red+Green+Blue) = 22+78+230=330 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.67% from 330); Green value is 78 (30.86% from 255 or 23.64% from 330); Blue value is 230 (90.23% from 255 or 69.70% from 330); Max value from RGB is 230 - color contains mainly: blue. Hex color #164EE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #164EE6 is #E9B119. Grayscale: #4D4D4D. Windows color (decimal): -15315226 or 15093270. OLE color: 15093270.
HSL color Cylindrical-coordinate representation of color #164EE6: hue angle of 223.85º degrees, saturation: 0.83, 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 #164EE6 is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 22 | 78 | 230 | - |
| CMYK | 0.90 | 0.66 | 0 | 0.10 |
| HSL | 223.85º | 0.83% | 0.49% | - |
| HSV(B) | 223.85º | 0.9% | 0.9% | - |
| XYZ | 17.34 | 11.33 | 76.14 | - |
| YUV | 78.58 | 213.45 | 87.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 78 | 230 | 0.90 | 0.66 | 0 | 0.10 | 223.85 | 0.83 | 0.49 |
| Hex | 16 | 4E | E6 | 5A | 42 | 0 | A | E0 | 53 | 31 |
| Octal | 26 | 116 | 346 | 132 | 102 | 0 | 12 | 340 | 123 | 61 |
| Binary | 10110 | 1001110 | 11100110 | 1011010 | 1000010 | 0 | 1010 | 11100000 | 1010011 | 110001 |
Color Harmonies of #164EE6
Complementary color
Monochromatic Colors of #164EE6
Black with #164EE6
Text Example
Text Example
White with #164EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164EE6; }
p { color: rgb(22,78,230); }
H1.HeaderClassName
{
color: #164EE6;
}
.AnyTagClassName
{
color: #164EE6;
}
</style>
background-color css
<style>
a { background-color: #164EE6; }
a { background-color: rgb(22,78,230); }
div.DivClassName
{
background-color: #164EE6;
}
.BgClassName
{
background-color: #164EE6;
}
</style>
border-color css
<style>
span { border-color: #164EE6; }
span { border-color: rgb(22,78,230); }
td.TdClassName
{
border-color: #164EE6;
}
.TagClassName
{
border-color: #164EE6;
}
</style>