Shades of Cerulean Blue #164ECF
Tints of Cerulean Blue #164ECF
RGB
CMYK
RGB Variations
Color information
#164ECF (or 0x164ECF) is known color: Cerulean Blue. HEX triplet: 16, 4E and CF. RGB value is (22,78,207). Sum of RGB (Red+Green+Blue) = 22+78+207=307 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.17% from 307); Green value is 78 (30.86% from 255 or 25.41% from 307); Blue value is 207 (81.25% from 255 or 67.43% from 307); Max value from RGB is 207 - color contains mainly: blue. Hex color #164ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #164ECF is #E9B130. Grayscale: #4B4B4B. Windows color (decimal): -15315249 or 13585942. OLE color: 13585942.
HSL color Cylindrical-coordinate representation of color #164ECF: hue angle of 221.84º 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 #164ECF is Cyan = 0.89, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 78 | 207 | - |
| CMYK | 0.89 | 0.62 | 0 | 0.19 |
| HSL | 221.84º | 0.81% | 0.45% | - |
| HSV(B) | 221.84º | 0.89% | 0.81% | - |
| XYZ | 14.32 | 10.12 | 60.23 | - |
| YUV | 75.96 | 201.95 | 89.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 78 | 207 | 0.89 | 0.62 | 0 | 0.19 | 221.84 | 0.81 | 0.45 |
| Hex | 16 | 4E | CF | 59 | 3E | 0 | 13 | DE | 51 | 2D |
| Octal | 26 | 116 | 317 | 131 | 76 | 0 | 23 | 336 | 121 | 55 |
| Binary | 10110 | 1001110 | 11001111 | 1011001 | 111110 | 0 | 10011 | 11011110 | 1010001 | 101101 |
Color Harmonies of #164ECF
Complementary color
Monochromatic Colors of #164ECF
Black with #164ECF
Text Example
Text Example
White with #164ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164ECF; }
p { color: rgb(22,78,207); }
H1.HeaderClassName
{
color: #164ECF;
}
.AnyTagClassName
{
color: #164ECF;
}
</style>
background-color css
<style>
a { background-color: #164ECF; }
a { background-color: rgb(22,78,207); }
div.DivClassName
{
background-color: #164ECF;
}
.BgClassName
{
background-color: #164ECF;
}
</style>
border-color css
<style>
span { border-color: #164ECF; }
span { border-color: rgb(22,78,207); }
td.TdClassName
{
border-color: #164ECF;
}
.TagClassName
{
border-color: #164ECF;
}
</style>