Shades of Cerulean Blue #164FDE
Tints of Cerulean Blue #164FDE
RGB
CMYK
RGB Variations
Color information
#164FDE (or 0x164FDE) is known color: Cerulean Blue. HEX triplet: 16, 4F and DE. RGB value is (22,79,222). Sum of RGB (Red+Green+Blue) = 22+79+222=323 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.81% from 323); Green value is 79 (31.25% from 255 or 24.46% from 323); Blue value is 222 (87.11% from 255 or 68.73% from 323); Max value from RGB is 222 - color contains mainly: blue. Hex color #164FDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #164FDE is #E9B021. Grayscale: #4D4D4D. Windows color (decimal): -15314978 or 14569238. OLE color: 14569238.
HSL color Cylindrical-coordinate representation of color #164FDE: hue angle of 222.9º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #164FDE is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 79 | 222 | - |
| CMYK | 0.90 | 0.64 | 0 | 0.13 |
| HSL | 222.9º | 0.82% | 0.48% | - |
| HSV(B) | 222.9º | 0.9% | 0.87% | - |
| XYZ | 16.31 | 11.04 | 70.38 | - |
| YUV | 78.26 | 209.12 | 87.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 79 | 222 | 0.90 | 0.64 | 0 | 0.13 | 222.9 | 0.82 | 0.48 |
| Hex | 16 | 4F | DE | 5A | 40 | 0 | D | DF | 52 | 30 |
| Octal | 26 | 117 | 336 | 132 | 100 | 0 | 15 | 337 | 122 | 60 |
| Binary | 10110 | 1001111 | 11011110 | 1011010 | 1000000 | 0 | 1101 | 11011111 | 1010010 | 110000 |
Color Harmonies of #164FDE
Complementary color
Monochromatic Colors of #164FDE
Black with #164FDE
Text Example
Text Example
White with #164FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164FDE; }
p { color: rgb(22,79,222); }
H1.HeaderClassName
{
color: #164FDE;
}
.AnyTagClassName
{
color: #164FDE;
}
</style>
background-color css
<style>
a { background-color: #164FDE; }
a { background-color: rgb(22,79,222); }
div.DivClassName
{
background-color: #164FDE;
}
.BgClassName
{
background-color: #164FDE;
}
</style>
border-color css
<style>
span { border-color: #164FDE; }
span { border-color: rgb(22,79,222); }
td.TdClassName
{
border-color: #164FDE;
}
.TagClassName
{
border-color: #164FDE;
}
</style>