Shades of Cerulean Blue #1650D6
Tints of Cerulean Blue #1650D6
RGB
CMYK
RGB Variations
Color information
#1650D6 (or 0x1650D6) is known color: Cerulean Blue. HEX triplet: 16, 50 and D6. RGB value is (22,80,214). Sum of RGB (Red+Green+Blue) = 22+80+214=316 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.96% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 214 (83.98% from 255 or 67.72% from 316); Max value from RGB is 214 - color contains mainly: blue. Hex color #1650D6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1650D6 is #E9AF29. Grayscale: #4D4D4D. Windows color (decimal): -15314730 or 14045206. OLE color: 14045206.
HSL color Cylindrical-coordinate representation of color #1650D6: hue angle of 221.88º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1650D6 is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 22 | 80 | 214 | - |
| CMYK | 0.90 | 0.63 | 0 | 0.16 |
| HSL | 221.88º | 0.81% | 0.46% | - |
| HSV(B) | 221.88º | 0.9% | 0.84% | - |
| XYZ | 15.34 | 10.76 | 64.89 | - |
| YUV | 77.93 | 204.78 | 88.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 80 | 214 | 0.90 | 0.63 | 0 | 0.16 | 221.88 | 0.81 | 0.46 |
| Hex | 16 | 50 | D6 | 5A | 3F | 0 | 10 | DE | 51 | 2E |
| Octal | 26 | 120 | 326 | 132 | 77 | 0 | 20 | 336 | 121 | 56 |
| Binary | 10110 | 1010000 | 11010110 | 1011010 | 111111 | 0 | 10000 | 11011110 | 1010001 | 101110 |
Color Harmonies of #1650D6
Complementary color
Monochromatic Colors of #1650D6
Black with #1650D6
Text Example
Text Example
White with #1650D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1650D6; }
p { color: rgb(22,80,214); }
H1.HeaderClassName
{
color: #1650D6;
}
.AnyTagClassName
{
color: #1650D6;
}
</style>
background-color css
<style>
a { background-color: #1650D6; }
a { background-color: rgb(22,80,214); }
div.DivClassName
{
background-color: #1650D6;
}
.BgClassName
{
background-color: #1650D6;
}
</style>
border-color css
<style>
span { border-color: #1650D6; }
span { border-color: rgb(22,80,214); }
td.TdClassName
{
border-color: #1650D6;
}
.TagClassName
{
border-color: #1650D6;
}
</style>