Shades of Cerulean Blue #164ECE
Tints of Cerulean Blue #164ECE
RGB
CMYK
RGB Variations
Color information
#164ECE (or 0x164ECE) is known color: Cerulean Blue. HEX triplet: 16, 4E and CE. RGB value is (22,78,206). Sum of RGB (Red+Green+Blue) = 22+78+206=306 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.19% from 306); Green value is 78 (30.86% from 255 or 25.49% from 306); Blue value is 206 (80.86% from 255 or 67.32% from 306); Max value from RGB is 206 - color contains mainly: blue. Hex color #164ECE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #164ECE is #E9B131. Grayscale: #4B4B4B. Windows color (decimal): -15315250 or 13520406. OLE color: 13520406.
HSL color Cylindrical-coordinate representation of color #164ECE: hue angle of 221.74º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #164ECE is Cyan = 0.89, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 78 | 206 | - |
| CMYK | 0.89 | 0.62 | 0 | 0.19 |
| HSL | 221.74º | 0.81% | 0.45% | - |
| HSV(B) | 221.74º | 0.89% | 0.81% | - |
| XYZ | 14.2 | 10.08 | 59.59 | - |
| YUV | 75.85 | 201.45 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 78 | 206 | 0.89 | 0.62 | 0 | 0.19 | 221.74 | 0.81 | 0.45 |
| Hex | 16 | 4E | CE | 59 | 3E | 0 | 13 | DE | 51 | 2D |
| Octal | 26 | 116 | 316 | 131 | 76 | 0 | 23 | 336 | 121 | 55 |
| Binary | 10110 | 1001110 | 11001110 | 1011001 | 111110 | 0 | 10011 | 11011110 | 1010001 | 101101 |
Color Harmonies of #164ECE
Complementary color
Monochromatic Colors of #164ECE
Black with #164ECE
Text Example
Text Example
White with #164ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164ECE; }
p { color: rgb(22,78,206); }
H1.HeaderClassName
{
color: #164ECE;
}
.AnyTagClassName
{
color: #164ECE;
}
</style>
background-color css
<style>
a { background-color: #164ECE; }
a { background-color: rgb(22,78,206); }
div.DivClassName
{
background-color: #164ECE;
}
.BgClassName
{
background-color: #164ECE;
}
</style>
border-color css
<style>
span { border-color: #164ECE; }
span { border-color: rgb(22,78,206); }
td.TdClassName
{
border-color: #164ECE;
}
.TagClassName
{
border-color: #164ECE;
}
</style>