Shades of Cerulean Blue #164FDD
Tints of Cerulean Blue #164FDD
RGB
CMYK
RGB Variations
Color information
#164FDD (or 0x164FDD) is known color: Cerulean Blue. HEX triplet: 16, 4F and DD. RGB value is (22,79,221). Sum of RGB (Red+Green+Blue) = 22+79+221=322 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.83% from 322); Green value is 79 (31.25% from 255 or 24.53% from 322); Blue value is 221 (86.72% from 255 or 68.63% from 322); Max value from RGB is 221 - color contains mainly: blue. Hex color #164FDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #164FDD is #E9B022. Grayscale: #4D4D4D. Windows color (decimal): -15314979 or 14503702. OLE color: 14503702.
HSL color Cylindrical-coordinate representation of color #164FDD: hue angle of 222.81º 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 #164FDD is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 79 | 221 | - |
| CMYK | 0.90 | 0.64 | 0 | 0.13 |
| HSL | 222.81º | 0.82% | 0.48% | - |
| HSV(B) | 222.81º | 0.9% | 0.87% | - |
| XYZ | 16.18 | 10.98 | 69.67 | - |
| YUV | 78.15 | 208.62 | 87.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 79 | 221 | 0.90 | 0.64 | 0 | 0.13 | 222.81 | 0.82 | 0.48 |
| Hex | 16 | 4F | DD | 5A | 40 | 0 | D | DF | 52 | 30 |
| Octal | 26 | 117 | 335 | 132 | 100 | 0 | 15 | 337 | 122 | 60 |
| Binary | 10110 | 1001111 | 11011101 | 1011010 | 1000000 | 0 | 1101 | 11011111 | 1010010 | 110000 |
Color Harmonies of #164FDD
Complementary color
Monochromatic Colors of #164FDD
Black with #164FDD
Text Example
Text Example
White with #164FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164FDD; }
p { color: rgb(22,79,221); }
H1.HeaderClassName
{
color: #164FDD;
}
.AnyTagClassName
{
color: #164FDD;
}
</style>
background-color css
<style>
a { background-color: #164FDD; }
a { background-color: rgb(22,79,221); }
div.DivClassName
{
background-color: #164FDD;
}
.BgClassName
{
background-color: #164FDD;
}
</style>
border-color css
<style>
span { border-color: #164FDD; }
span { border-color: rgb(22,79,221); }
td.TdClassName
{
border-color: #164FDD;
}
.TagClassName
{
border-color: #164FDD;
}
</style>