Shades of Cerulean Blue #1649F0
Tints of Cerulean Blue #1649F0
RGB
CMYK
RGB Variations
Color information
#1649F0 (or 0x1649F0) is known color: Cerulean Blue. HEX triplet: 16, 49 and F0. RGB value is (22,73,240). Sum of RGB (Red+Green+Blue) = 22+73+240=335 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.57% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 240 (94.14% from 255 or 71.64% from 335); Max value from RGB is 240 - color contains mainly: blue. Hex color #1649F0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1649F0 is #E9B60F. Grayscale: #4C4C4C. Windows color (decimal): -15316496 or 15747350. OLE color: 15747350.
HSL color Cylindrical-coordinate representation of color #1649F0: hue angle of 225.96º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1649F0 is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 22 | 73 | 240 | - |
| CMYK | 0.91 | 0.70 | 0 | 0.06 |
| HSL | 225.96º | 0.88% | 0.51% | - |
| HSV(B) | 225.96º | 0.91% | 0.94% | - |
| XYZ | 18.44 | 11.23 | 83.63 | - |
| YUV | 76.79 | 220.1 | 88.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 73 | 240 | 0.91 | 0.70 | 0 | 0.06 | 225.96 | 0.88 | 0.51 |
| Hex | 16 | 49 | F0 | 5B | 46 | 0 | 6 | E2 | 58 | 33 |
| Octal | 26 | 111 | 360 | 133 | 106 | 0 | 6 | 342 | 130 | 63 |
| Binary | 10110 | 1001001 | 11110000 | 1011011 | 1000110 | 0 | 110 | 11100010 | 1011000 | 110011 |
Color Harmonies of #1649F0
Complementary color
Monochromatic Colors of #1649F0
Black with #1649F0
Text Example
Text Example
White with #1649F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1649F0; }
p { color: rgb(22,73,240); }
H1.HeaderClassName
{
color: #1649F0;
}
.AnyTagClassName
{
color: #1649F0;
}
</style>
background-color css
<style>
a { background-color: #1649F0; }
a { background-color: rgb(22,73,240); }
div.DivClassName
{
background-color: #1649F0;
}
.BgClassName
{
background-color: #1649F0;
}
</style>
border-color css
<style>
span { border-color: #1649F0; }
span { border-color: rgb(22,73,240); }
td.TdClassName
{
border-color: #1649F0;
}
.TagClassName
{
border-color: #1649F0;
}
</style>