Shades of Cerulean Blue #164FCE
Tints of Cerulean Blue #164FCE
RGB
CMYK
RGB Variations
Color information
#164FCE (or 0x164FCE) is known color: Cerulean Blue. HEX triplet: 16, 4F and CE. RGB value is (22,79,206). Sum of RGB (Red+Green+Blue) = 22+79+206=307 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.17% from 307); Green value is 79 (31.25% from 255 or 25.73% from 307); Blue value is 206 (80.86% from 255 or 67.10% from 307); Max value from RGB is 206 - color contains mainly: blue. Hex color #164FCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #164FCE is #E9B031. Grayscale: #4B4B4B. Windows color (decimal): -15314994 or 13520662. OLE color: 13520662.
HSL color Cylindrical-coordinate representation of color #164FCE: hue angle of 221.41º 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 #164FCE is Cyan = 0.89, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 79 | 206 | - |
| CMYK | 0.89 | 0.62 | 0 | 0.19 |
| HSL | 221.41º | 0.81% | 0.45% | - |
| HSV(B) | 221.41º | 0.89% | 0.81% | - |
| XYZ | 14.27 | 10.22 | 59.61 | - |
| YUV | 76.44 | 201.12 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 79 | 206 | 0.89 | 0.62 | 0 | 0.19 | 221.41 | 0.81 | 0.45 |
| Hex | 16 | 4F | CE | 59 | 3E | 0 | 13 | DD | 51 | 2D |
| Octal | 26 | 117 | 316 | 131 | 76 | 0 | 23 | 335 | 121 | 55 |
| Binary | 10110 | 1001111 | 11001110 | 1011001 | 111110 | 0 | 10011 | 11011101 | 1010001 | 101101 |
Color Harmonies of #164FCE
Complementary color
Monochromatic Colors of #164FCE
Black with #164FCE
Text Example
Text Example
White with #164FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164FCE; }
p { color: rgb(22,79,206); }
H1.HeaderClassName
{
color: #164FCE;
}
.AnyTagClassName
{
color: #164FCE;
}
</style>
background-color css
<style>
a { background-color: #164FCE; }
a { background-color: rgb(22,79,206); }
div.DivClassName
{
background-color: #164FCE;
}
.BgClassName
{
background-color: #164FCE;
}
</style>
border-color css
<style>
span { border-color: #164FCE; }
span { border-color: rgb(22,79,206); }
td.TdClassName
{
border-color: #164FCE;
}
.TagClassName
{
border-color: #164FCE;
}
</style>