Shades of Cerulean Blue #164DBF
Tints of Cerulean Blue #164DBF
RGB
CMYK
RGB Variations
Color information
#164DBF (or 0x164DBF) is known color: Cerulean Blue. HEX triplet: 16, 4D and BF. RGB value is (22,77,191). Sum of RGB (Red+Green+Blue) = 22+77+191=290 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.59% from 290); Green value is 77 (30.47% from 255 or 26.55% from 290); Blue value is 191 (75% from 255 or 65.86% from 290); Max value from RGB is 191 - color contains mainly: blue. Hex color #164DBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #164DBF is #E9B240. Grayscale: #494949. Windows color (decimal): -15315521 or 12537110. OLE color: 12537110.
HSL color Cylindrical-coordinate representation of color #164DBF: hue angle of 220.47º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #164DBF is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 22 | 77 | 191 | - |
| CMYK | 0.88 | 0.60 | 0 | 0.25 |
| HSL | 220.47º | 0.79% | 0.42% | - |
| HSV(B) | 220.47º | 0.88% | 0.75% | - |
| XYZ | 12.39 | 9.24 | 50.42 | - |
| YUV | 73.55 | 194.28 | 91.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 77 | 191 | 0.88 | 0.60 | 0 | 0.25 | 220.47 | 0.79 | 0.42 |
| Hex | 16 | 4D | BF | 58 | 3C | 0 | 19 | DC | 4F | 2A |
| Octal | 26 | 115 | 277 | 130 | 74 | 0 | 31 | 334 | 117 | 52 |
| Binary | 10110 | 1001101 | 10111111 | 1011000 | 111100 | 0 | 11001 | 11011100 | 1001111 | 101010 |
Color Harmonies of #164DBF
Complementary color
Monochromatic Colors of #164DBF
Black with #164DBF
Text Example
Text Example
White with #164DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164DBF; }
p { color: rgb(22,77,191); }
H1.HeaderClassName
{
color: #164DBF;
}
.AnyTagClassName
{
color: #164DBF;
}
</style>
background-color css
<style>
a { background-color: #164DBF; }
a { background-color: rgb(22,77,191); }
div.DivClassName
{
background-color: #164DBF;
}
.BgClassName
{
background-color: #164DBF;
}
</style>
border-color css
<style>
span { border-color: #164DBF; }
span { border-color: rgb(22,77,191); }
td.TdClassName
{
border-color: #164DBF;
}
.TagClassName
{
border-color: #164DBF;
}
</style>