Shades of Cerulean Blue #164ADD
Tints of Cerulean Blue #164ADD
RGB
CMYK
RGB Variations
Color information
#164ADD (or 0x164ADD) is known color: Cerulean Blue. HEX triplet: 16, 4A and DD. RGB value is (22,74,221). Sum of RGB (Red+Green+Blue) = 22+74+221=317 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.94% from 317); Green value is 74 (29.30% from 255 or 23.34% from 317); Blue value is 221 (86.72% from 255 or 69.72% from 317); Max value from RGB is 221 - color contains mainly: blue. Hex color #164ADD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #164ADD is #E9B522. Grayscale: #4A4A4A. Windows color (decimal): -15316259 or 14502422. OLE color: 14502422.
HSL color Cylindrical-coordinate representation of color #164ADD: hue angle of 224.32º 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 #164ADD is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 74 | 221 | - |
| CMYK | 0.90 | 0.67 | 0 | 0.13 |
| HSL | 224.32º | 0.82% | 0.48% | - |
| HSV(B) | 224.32º | 0.9% | 0.87% | - |
| XYZ | 15.83 | 10.29 | 69.56 | - |
| YUV | 75.21 | 210.27 | 90.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 74 | 221 | 0.90 | 0.67 | 0 | 0.13 | 224.32 | 0.82 | 0.48 |
| Hex | 16 | 4A | DD | 5A | 43 | 0 | D | E0 | 52 | 30 |
| Octal | 26 | 112 | 335 | 132 | 103 | 0 | 15 | 340 | 122 | 60 |
| Binary | 10110 | 1001010 | 11011101 | 1011010 | 1000011 | 0 | 1101 | 11100000 | 1010010 | 110000 |
Color Harmonies of #164ADD
Complementary color
Monochromatic Colors of #164ADD
Black with #164ADD
Text Example
Text Example
White with #164ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164ADD; }
p { color: rgb(22,74,221); }
H1.HeaderClassName
{
color: #164ADD;
}
.AnyTagClassName
{
color: #164ADD;
}
</style>
background-color css
<style>
a { background-color: #164ADD; }
a { background-color: rgb(22,74,221); }
div.DivClassName
{
background-color: #164ADD;
}
.BgClassName
{
background-color: #164ADD;
}
</style>
border-color css
<style>
span { border-color: #164ADD; }
span { border-color: rgb(22,74,221); }
td.TdClassName
{
border-color: #164ADD;
}
.TagClassName
{
border-color: #164ADD;
}
</style>