Shades of Cerulean Blue #164CEC
Tints of Cerulean Blue #164CEC
RGB
CMYK
RGB Variations
Color information
#164CEC (or 0x164CEC) is known color: Cerulean Blue. HEX triplet: 16, 4C and EC. RGB value is (22,76,236). Sum of RGB (Red+Green+Blue) = 22+76+236=334 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.59% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 236 (92.58% from 255 or 70.66% from 334); Max value from RGB is 236 - color contains mainly: blue. Hex color #164CEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #164CEC is #E9B313. Grayscale: #4D4D4D. Windows color (decimal): -15315732 or 15485974. OLE color: 15485974.
HSL color Cylindrical-coordinate representation of color #164CEC: hue angle of 224.86º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #164CEC is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 76 | 236 | - |
| CMYK | 0.91 | 0.68 | 0 | 0.07 |
| HSL | 224.86º | 0.85% | 0.51% | - |
| HSV(B) | 224.86º | 0.91% | 0.93% | - |
| XYZ | 18.06 | 11.4 | 80.6 | - |
| YUV | 78.09 | 217.11 | 87.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 76 | 236 | 0.91 | 0.68 | 0 | 0.07 | 224.86 | 0.85 | 0.51 |
| Hex | 16 | 4C | EC | 5B | 44 | 0 | 7 | E1 | 55 | 33 |
| Octal | 26 | 114 | 354 | 133 | 104 | 0 | 7 | 341 | 125 | 63 |
| Binary | 10110 | 1001100 | 11101100 | 1011011 | 1000100 | 0 | 111 | 11100001 | 1010101 | 110011 |
Color Harmonies of #164CEC
Complementary color
Monochromatic Colors of #164CEC
Black with #164CEC
Text Example
Text Example
White with #164CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164CEC; }
p { color: rgb(22,76,236); }
H1.HeaderClassName
{
color: #164CEC;
}
.AnyTagClassName
{
color: #164CEC;
}
</style>
background-color css
<style>
a { background-color: #164CEC; }
a { background-color: rgb(22,76,236); }
div.DivClassName
{
background-color: #164CEC;
}
.BgClassName
{
background-color: #164CEC;
}
</style>
border-color css
<style>
span { border-color: #164CEC; }
span { border-color: rgb(22,76,236); }
td.TdClassName
{
border-color: #164CEC;
}
.TagClassName
{
border-color: #164CEC;
}
</style>