Shades of Cerulean Blue #164BCF
Tints of Cerulean Blue #164BCF
RGB
CMYK
RGB Variations
Color information
#164BCF (or 0x164BCF) is known color: Cerulean Blue. HEX triplet: 16, 4B and CF. RGB value is (22,75,207). Sum of RGB (Red+Green+Blue) = 22+75+207=304 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.24% from 304); Green value is 75 (29.69% from 255 or 24.67% from 304); Blue value is 207 (81.25% from 255 or 68.09% from 304); Max value from RGB is 207 - color contains mainly: blue. Hex color #164BCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #164BCF is #E9B430. Grayscale: #494949. Windows color (decimal): -15316017 or 13585174. OLE color: 13585174.
HSL color Cylindrical-coordinate representation of color #164BCF: hue angle of 222.81º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #164BCF is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 75 | 207 | - |
| CMYK | 0.89 | 0.64 | 0 | 0.19 |
| HSL | 222.81º | 0.81% | 0.45% | - |
| HSV(B) | 222.81º | 0.89% | 0.81% | - |
| XYZ | 14.11 | 9.71 | 60.16 | - |
| YUV | 74.2 | 202.94 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 75 | 207 | 0.89 | 0.64 | 0 | 0.19 | 222.81 | 0.81 | 0.45 |
| Hex | 16 | 4B | CF | 59 | 40 | 0 | 13 | DF | 51 | 2D |
| Octal | 26 | 113 | 317 | 131 | 100 | 0 | 23 | 337 | 121 | 55 |
| Binary | 10110 | 1001011 | 11001111 | 1011001 | 1000000 | 0 | 10011 | 11011111 | 1010001 | 101101 |
Color Harmonies of #164BCF
Complementary color
Monochromatic Colors of #164BCF
Black with #164BCF
Text Example
Text Example
White with #164BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164BCF; }
p { color: rgb(22,75,207); }
H1.HeaderClassName
{
color: #164BCF;
}
.AnyTagClassName
{
color: #164BCF;
}
</style>
background-color css
<style>
a { background-color: #164BCF; }
a { background-color: rgb(22,75,207); }
div.DivClassName
{
background-color: #164BCF;
}
.BgClassName
{
background-color: #164BCF;
}
</style>
border-color css
<style>
span { border-color: #164BCF; }
span { border-color: rgb(22,75,207); }
td.TdClassName
{
border-color: #164BCF;
}
.TagClassName
{
border-color: #164BCF;
}
</style>