Shades of Cerulean Blue #164FCC
Tints of Cerulean Blue #164FCC
RGB
CMYK
RGB Variations
Color information
#164FCC (or 0x164FCC) is known color: Cerulean Blue. HEX triplet: 16, 4F and CC. RGB value is (22,79,204). Sum of RGB (Red+Green+Blue) = 22+79+204=305 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.21% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 204 (80.08% from 255 or 66.89% from 305); Max value from RGB is 204 - color contains mainly: blue. Hex color #164FCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #164FCC is #E9B033. Grayscale: #4B4B4B. Windows color (decimal): -15314996 or 13389590. OLE color: 13389590.
HSL color Cylindrical-coordinate representation of color #164FCC: hue angle of 221.21º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #164FCC is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 22 | 79 | 204 | - |
| CMYK | 0.89 | 0.61 | 0 | 0.2 |
| HSL | 221.21º | 0.81% | 0.44% | - |
| HSV(B) | 221.21º | 0.89% | 0.8% | - |
| XYZ | 14.03 | 10.12 | 58.34 | - |
| YUV | 76.21 | 200.12 | 89.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 79 | 204 | 0.89 | 0.61 | 0 | 0.2 | 221.21 | 0.81 | 0.44 |
| Hex | 16 | 4F | CC | 59 | 3D | 0 | 14 | DD | 51 | 2C |
| Octal | 26 | 117 | 314 | 131 | 75 | 0 | 24 | 335 | 121 | 54 |
| Binary | 10110 | 1001111 | 11001100 | 1011001 | 111101 | 0 | 10100 | 11011101 | 1010001 | 101100 |
Color Harmonies of #164FCC
Complementary color
Monochromatic Colors of #164FCC
Black with #164FCC
Text Example
Text Example
White with #164FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164FCC; }
p { color: rgb(22,79,204); }
H1.HeaderClassName
{
color: #164FCC;
}
.AnyTagClassName
{
color: #164FCC;
}
</style>
background-color css
<style>
a { background-color: #164FCC; }
a { background-color: rgb(22,79,204); }
div.DivClassName
{
background-color: #164FCC;
}
.BgClassName
{
background-color: #164FCC;
}
</style>
border-color css
<style>
span { border-color: #164FCC; }
span { border-color: rgb(22,79,204); }
td.TdClassName
{
border-color: #164FCC;
}
.TagClassName
{
border-color: #164FCC;
}
</style>