Shades of Cerulean Blue #164FDA
Tints of Cerulean Blue #164FDA
RGB
CMYK
RGB Variations
Color information
#164FDA (or 0x164FDA) is known color: Cerulean Blue. HEX triplet: 16, 4F and DA. RGB value is (22,79,218). Sum of RGB (Red+Green+Blue) = 22+79+218=319 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.90% from 319); Green value is 79 (31.25% from 255 or 24.76% from 319); Blue value is 218 (85.55% from 255 or 68.34% from 319); Max value from RGB is 218 - color contains mainly: blue. Hex color #164FDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #164FDA is #E9B025. Grayscale: #4D4D4D. Windows color (decimal): -15314982 or 14307094. OLE color: 14307094.
HSL color Cylindrical-coordinate representation of color #164FDA: hue angle of 222.55º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #164FDA is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 79 | 218 | - |
| CMYK | 0.90 | 0.64 | 0 | 0.15 |
| HSL | 222.55º | 0.82% | 0.47% | - |
| HSV(B) | 222.55º | 0.9% | 0.85% | - |
| XYZ | 15.78 | 10.82 | 67.59 | - |
| YUV | 77.8 | 207.12 | 88.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 79 | 218 | 0.90 | 0.64 | 0 | 0.15 | 222.55 | 0.82 | 0.47 |
| Hex | 16 | 4F | DA | 5A | 40 | 0 | F | DF | 52 | 2F |
| Octal | 26 | 117 | 332 | 132 | 100 | 0 | 17 | 337 | 122 | 57 |
| Binary | 10110 | 1001111 | 11011010 | 1011010 | 1000000 | 0 | 1111 | 11011111 | 1010010 | 101111 |
Color Harmonies of #164FDA
Complementary color
Monochromatic Colors of #164FDA
Black with #164FDA
Text Example
Text Example
White with #164FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164FDA; }
p { color: rgb(22,79,218); }
H1.HeaderClassName
{
color: #164FDA;
}
.AnyTagClassName
{
color: #164FDA;
}
</style>
background-color css
<style>
a { background-color: #164FDA; }
a { background-color: rgb(22,79,218); }
div.DivClassName
{
background-color: #164FDA;
}
.BgClassName
{
background-color: #164FDA;
}
</style>
border-color css
<style>
span { border-color: #164FDA; }
span { border-color: rgb(22,79,218); }
td.TdClassName
{
border-color: #164FDA;
}
.TagClassName
{
border-color: #164FDA;
}
</style>