Shades of Cerulean Blue #1650DD
Tints of Cerulean Blue #1650DD
RGB
CMYK
RGB Variations
Color information
#1650DD (or 0x1650DD) is known color: Cerulean Blue. HEX triplet: 16, 50 and DD. RGB value is (22,80,221). Sum of RGB (Red+Green+Blue) = 22+80+221=323 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.81% from 323); Green value is 80 (31.64% from 255 or 24.77% from 323); Blue value is 221 (86.72% from 255 or 68.42% from 323); Max value from RGB is 221 - color contains mainly: blue. Hex color #1650DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1650DD is #E9AF22. Grayscale: #4E4E4E. Windows color (decimal): -15314723 or 14503958. OLE color: 14503958.
HSL color Cylindrical-coordinate representation of color #1650DD: hue angle of 222.51º 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 #1650DD is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 80 | 221 | - |
| CMYK | 0.90 | 0.64 | 0 | 0.13 |
| HSL | 222.51º | 0.82% | 0.48% | - |
| HSV(B) | 222.51º | 0.9% | 0.87% | - |
| XYZ | 16.25 | 11.13 | 69.7 | - |
| YUV | 78.73 | 208.28 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 80 | 221 | 0.90 | 0.64 | 0 | 0.13 | 222.51 | 0.82 | 0.48 |
| Hex | 16 | 50 | DD | 5A | 40 | 0 | D | DF | 52 | 30 |
| Octal | 26 | 120 | 335 | 132 | 100 | 0 | 15 | 337 | 122 | 60 |
| Binary | 10110 | 1010000 | 11011101 | 1011010 | 1000000 | 0 | 1101 | 11011111 | 1010010 | 110000 |
Color Harmonies of #1650DD
Complementary color
Monochromatic Colors of #1650DD
Black with #1650DD
Text Example
Text Example
White with #1650DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1650DD; }
p { color: rgb(22,80,221); }
H1.HeaderClassName
{
color: #1650DD;
}
.AnyTagClassName
{
color: #1650DD;
}
</style>
background-color css
<style>
a { background-color: #1650DD; }
a { background-color: rgb(22,80,221); }
div.DivClassName
{
background-color: #1650DD;
}
.BgClassName
{
background-color: #1650DD;
}
</style>
border-color css
<style>
span { border-color: #1650DD; }
span { border-color: rgb(22,80,221); }
td.TdClassName
{
border-color: #1650DD;
}
.TagClassName
{
border-color: #1650DD;
}
</style>