Shades of Cerulean Blue #1650DA
Tints of Cerulean Blue #1650DA
RGB
CMYK
RGB Variations
Color information
#1650DA (or 0x1650DA) is known color: Cerulean Blue. HEX triplet: 16, 50 and DA. RGB value is (22,80,218). Sum of RGB (Red+Green+Blue) = 22+80+218=320 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.88% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 218 (85.55% from 255 or 68.12% from 320); Max value from RGB is 218 - color contains mainly: blue. Hex color #1650DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1650DA is #E9AF25. Grayscale: #4D4D4D. Windows color (decimal): -15314726 or 14307350. OLE color: 14307350.
HSL color Cylindrical-coordinate representation of color #1650DA: hue angle of 222.24º 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 #1650DA is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 80 | 218 | - |
| CMYK | 0.90 | 0.63 | 0 | 0.15 |
| HSL | 222.24º | 0.82% | 0.47% | - |
| HSV(B) | 222.24º | 0.9% | 0.85% | - |
| XYZ | 15.85 | 10.97 | 67.61 | - |
| YUV | 78.39 | 206.78 | 87.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 80 | 218 | 0.90 | 0.63 | 0 | 0.15 | 222.24 | 0.82 | 0.47 |
| Hex | 16 | 50 | DA | 5A | 3F | 0 | F | DE | 52 | 2F |
| Octal | 26 | 120 | 332 | 132 | 77 | 0 | 17 | 336 | 122 | 57 |
| Binary | 10110 | 1010000 | 11011010 | 1011010 | 111111 | 0 | 1111 | 11011110 | 1010010 | 101111 |
Color Harmonies of #1650DA
Complementary color
Monochromatic Colors of #1650DA
Black with #1650DA
Text Example
Text Example
White with #1650DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1650DA; }
p { color: rgb(22,80,218); }
H1.HeaderClassName
{
color: #1650DA;
}
.AnyTagClassName
{
color: #1650DA;
}
</style>
background-color css
<style>
a { background-color: #1650DA; }
a { background-color: rgb(22,80,218); }
div.DivClassName
{
background-color: #1650DA;
}
.BgClassName
{
background-color: #1650DA;
}
</style>
border-color css
<style>
span { border-color: #1650DA; }
span { border-color: rgb(22,80,218); }
td.TdClassName
{
border-color: #1650DA;
}
.TagClassName
{
border-color: #1650DA;
}
</style>