Shades of Cerulean Blue #164CCD
Tints of Cerulean Blue #164CCD
RGB
CMYK
RGB Variations
Color information
#164CCD (or 0x164CCD) is known color: Cerulean Blue. HEX triplet: 16, 4C and CD. RGB value is (22,76,205). Sum of RGB (Red+Green+Blue) = 22+76+205=303 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.26% from 303); Green value is 76 (30.08% from 255 or 25.08% from 303); Blue value is 205 (80.47% from 255 or 67.66% from 303); Max value from RGB is 205 - color contains mainly: blue. Hex color #164CCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #164CCD is #E9B332. Grayscale: #494949. Windows color (decimal): -15315763 or 13454358. OLE color: 13454358.
HSL color Cylindrical-coordinate representation of color #164CCD: hue angle of 222.3º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #164CCD is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 76 | 205 | - |
| CMYK | 0.89 | 0.63 | 0 | 0.20 |
| HSL | 222.3º | 0.81% | 0.45% | - |
| HSV(B) | 222.3º | 0.89% | 0.8% | - |
| XYZ | 13.93 | 9.75 | 58.9 | - |
| YUV | 74.56 | 201.61 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 76 | 205 | 0.89 | 0.63 | 0 | 0.20 | 222.3 | 0.81 | 0.45 |
| Hex | 16 | 4C | CD | 59 | 3F | 0 | 14 | DE | 51 | 2D |
| Octal | 26 | 114 | 315 | 131 | 77 | 0 | 24 | 336 | 121 | 55 |
| Binary | 10110 | 1001100 | 11001101 | 1011001 | 111111 | 0 | 10100 | 11011110 | 1010001 | 101101 |
Color Harmonies of #164CCD
Complementary color
Monochromatic Colors of #164CCD
Black with #164CCD
Text Example
Text Example
White with #164CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164CCD; }
p { color: rgb(22,76,205); }
H1.HeaderClassName
{
color: #164CCD;
}
.AnyTagClassName
{
color: #164CCD;
}
</style>
background-color css
<style>
a { background-color: #164CCD; }
a { background-color: rgb(22,76,205); }
div.DivClassName
{
background-color: #164CCD;
}
.BgClassName
{
background-color: #164CCD;
}
</style>
border-color css
<style>
span { border-color: #164CCD; }
span { border-color: rgb(22,76,205); }
td.TdClassName
{
border-color: #164CCD;
}
.TagClassName
{
border-color: #164CCD;
}
</style>