Shades of Cerulean Blue #164DBD
Tints of Cerulean Blue #164DBD
RGB
CMYK
RGB Variations
Color information
#164DBD (or 0x164DBD) is known color: Cerulean Blue. HEX triplet: 16, 4D and BD. RGB value is (22,77,189). Sum of RGB (Red+Green+Blue) = 22+77+189=288 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.64% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 189 (74.22% from 255 or 65.62% from 288); Max value from RGB is 189 - color contains mainly: blue. Hex color #164DBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #164DBD is #E9B242. Grayscale: #484848. Windows color (decimal): -15315523 or 12406038. OLE color: 12406038.
HSL color Cylindrical-coordinate representation of color #164DBD: hue angle of 220.24º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #164DBD is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 22 | 77 | 189 | - |
| CMYK | 0.88 | 0.59 | 0 | 0.26 |
| HSL | 220.24º | 0.79% | 0.41% | - |
| HSV(B) | 220.24º | 0.88% | 0.74% | - |
| XYZ | 12.17 | 9.15 | 49.27 | - |
| YUV | 73.32 | 193.28 | 91.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 77 | 189 | 0.88 | 0.59 | 0 | 0.26 | 220.24 | 0.79 | 0.41 |
| Hex | 16 | 4D | BD | 58 | 3B | 0 | 1A | DC | 4F | 29 |
| Octal | 26 | 115 | 275 | 130 | 73 | 0 | 32 | 334 | 117 | 51 |
| Binary | 10110 | 1001101 | 10111101 | 1011000 | 111011 | 0 | 11010 | 11011100 | 1001111 | 101001 |
Color Harmonies of #164DBD
Complementary color
Monochromatic Colors of #164DBD
Black with #164DBD
Text Example
Text Example
White with #164DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164DBD; }
p { color: rgb(22,77,189); }
H1.HeaderClassName
{
color: #164DBD;
}
.AnyTagClassName
{
color: #164DBD;
}
</style>
background-color css
<style>
a { background-color: #164DBD; }
a { background-color: rgb(22,77,189); }
div.DivClassName
{
background-color: #164DBD;
}
.BgClassName
{
background-color: #164DBD;
}
</style>
border-color css
<style>
span { border-color: #164DBD; }
span { border-color: rgb(22,77,189); }
td.TdClassName
{
border-color: #164DBD;
}
.TagClassName
{
border-color: #164DBD;
}
</style>