Shades of Cerulean Blue #1650DC
Tints of Cerulean Blue #1650DC
RGB
CMYK
RGB Variations
Color information
#1650DC (or 0x1650DC) is known color: Cerulean Blue. HEX triplet: 16, 50 and DC. RGB value is (22,80,220). Sum of RGB (Red+Green+Blue) = 22+80+220=322 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.83% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 220 (86.33% from 255 or 68.32% from 322); Max value from RGB is 220 - color contains mainly: blue. Hex color #1650DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1650DC is #E9AF23. Grayscale: #4E4E4E. Windows color (decimal): -15314724 or 14438422. OLE color: 14438422.
HSL color Cylindrical-coordinate representation of color #1650DC: hue angle of 222.42º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1650DC is Cyan = 0.9, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 80 | 220 | - |
| CMYK | 0.9 | 0.64 | 0 | 0.14 |
| HSL | 222.42º | 0.82% | 0.47% | - |
| HSV(B) | 222.42º | 0.9% | 0.86% | - |
| XYZ | 16.12 | 11.08 | 69 | - |
| YUV | 78.62 | 207.78 | 87.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 80 | 220 | 0.9 | 0.64 | 0 | 0.14 | 222.42 | 0.82 | 0.47 |
| Hex | 16 | 50 | DC | 5A | 40 | 0 | E | DE | 52 | 2F |
| Octal | 26 | 120 | 334 | 132 | 100 | 0 | 16 | 336 | 122 | 57 |
| Binary | 10110 | 1010000 | 11011100 | 1011010 | 1000000 | 0 | 1110 | 11011110 | 1010010 | 101111 |
Color Harmonies of #1650DC
Complementary color
Monochromatic Colors of #1650DC
Black with #1650DC
Text Example
Text Example
White with #1650DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1650DC; }
p { color: rgb(22,80,220); }
H1.HeaderClassName
{
color: #1650DC;
}
.AnyTagClassName
{
color: #1650DC;
}
</style>
background-color css
<style>
a { background-color: #1650DC; }
a { background-color: rgb(22,80,220); }
div.DivClassName
{
background-color: #1650DC;
}
.BgClassName
{
background-color: #1650DC;
}
</style>
border-color css
<style>
span { border-color: #1650DC; }
span { border-color: rgb(22,80,220); }
td.TdClassName
{
border-color: #1650DC;
}
.TagClassName
{
border-color: #1650DC;
}
</style>