Shades of Cerulean Blue #164DCD
Tints of Cerulean Blue #164DCD
RGB
CMYK
RGB Variations
Color information
#164DCD (or 0x164DCD) is known color: Cerulean Blue. HEX triplet: 16, 4D and CD. RGB value is (22,77,205). Sum of RGB (Red+Green+Blue) = 22+77+205=304 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.24% from 304); Green value is 77 (30.47% from 255 or 25.33% from 304); Blue value is 205 (80.47% from 255 or 67.43% from 304); Max value from RGB is 205 - color contains mainly: blue. Hex color #164DCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #164DCD is #E9B232. Grayscale: #4A4A4A. Windows color (decimal): -15315507 or 13454614. OLE color: 13454614.
HSL color Cylindrical-coordinate representation of color #164DCD: hue angle of 221.97º 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 #164DCD is Cyan = 0.89, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 77 | 205 | - |
| CMYK | 0.89 | 0.62 | 0 | 0.20 |
| HSL | 221.97º | 0.81% | 0.45% | - |
| HSV(B) | 221.97º | 0.89% | 0.8% | - |
| XYZ | 14 | 9.89 | 58.93 | - |
| YUV | 75.15 | 201.28 | 90.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 77 | 205 | 0.89 | 0.62 | 0 | 0.20 | 221.97 | 0.81 | 0.45 |
| Hex | 16 | 4D | CD | 59 | 3E | 0 | 14 | DE | 51 | 2D |
| Octal | 26 | 115 | 315 | 131 | 76 | 0 | 24 | 336 | 121 | 55 |
| Binary | 10110 | 1001101 | 11001101 | 1011001 | 111110 | 0 | 10100 | 11011110 | 1010001 | 101101 |
Color Harmonies of #164DCD
Complementary color
Monochromatic Colors of #164DCD
Black with #164DCD
Text Example
Text Example
White with #164DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164DCD; }
p { color: rgb(22,77,205); }
H1.HeaderClassName
{
color: #164DCD;
}
.AnyTagClassName
{
color: #164DCD;
}
</style>
background-color css
<style>
a { background-color: #164DCD; }
a { background-color: rgb(22,77,205); }
div.DivClassName
{
background-color: #164DCD;
}
.BgClassName
{
background-color: #164DCD;
}
</style>
border-color css
<style>
span { border-color: #164DCD; }
span { border-color: rgb(22,77,205); }
td.TdClassName
{
border-color: #164DCD;
}
.TagClassName
{
border-color: #164DCD;
}
</style>