Shades of Cerulean Blue #164CCF
Tints of Cerulean Blue #164CCF
RGB
CMYK
RGB Variations
Color information
#164CCF (or 0x164CCF) is known color: Cerulean Blue. HEX triplet: 16, 4C and CF. RGB value is (22,76,207). Sum of RGB (Red+Green+Blue) = 22+76+207=305 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.21% from 305); Green value is 76 (30.08% from 255 or 24.92% from 305); Blue value is 207 (81.25% from 255 or 67.87% from 305); Max value from RGB is 207 - color contains mainly: blue. Hex color #164CCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #164CCF is #E9B330. Grayscale: #4A4A4A. Windows color (decimal): -15315761 or 13585430. OLE color: 13585430.
HSL color Cylindrical-coordinate representation of color #164CCF: hue angle of 222.49º 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 #164CCF is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 76 | 207 | - |
| CMYK | 0.89 | 0.63 | 0 | 0.19 |
| HSL | 222.49º | 0.81% | 0.45% | - |
| HSV(B) | 222.49º | 0.89% | 0.81% | - |
| XYZ | 14.18 | 9.84 | 60.18 | - |
| YUV | 74.79 | 202.61 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 76 | 207 | 0.89 | 0.63 | 0 | 0.19 | 222.49 | 0.81 | 0.45 |
| Hex | 16 | 4C | CF | 59 | 3F | 0 | 13 | DE | 51 | 2D |
| Octal | 26 | 114 | 317 | 131 | 77 | 0 | 23 | 336 | 121 | 55 |
| Binary | 10110 | 1001100 | 11001111 | 1011001 | 111111 | 0 | 10011 | 11011110 | 1010001 | 101101 |
Color Harmonies of #164CCF
Complementary color
Monochromatic Colors of #164CCF
Black with #164CCF
Text Example
Text Example
White with #164CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164CCF; }
p { color: rgb(22,76,207); }
H1.HeaderClassName
{
color: #164CCF;
}
.AnyTagClassName
{
color: #164CCF;
}
</style>
background-color css
<style>
a { background-color: #164CCF; }
a { background-color: rgb(22,76,207); }
div.DivClassName
{
background-color: #164CCF;
}
.BgClassName
{
background-color: #164CCF;
}
</style>
border-color css
<style>
span { border-color: #164CCF; }
span { border-color: rgb(22,76,207); }
td.TdClassName
{
border-color: #164CCF;
}
.TagClassName
{
border-color: #164CCF;
}
</style>