Shades of Cerulean Blue #1649EA
Tints of Cerulean Blue #1649EA
RGB
CMYK
RGB Variations
Color information
#1649EA (or 0x1649EA) is known color: Cerulean Blue. HEX triplet: 16, 49 and EA. RGB value is (22,73,234). Sum of RGB (Red+Green+Blue) = 22+73+234=329 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.69% from 329); Green value is 73 (28.91% from 255 or 22.19% from 329); Blue value is 234 (91.80% from 255 or 71.12% from 329); Max value from RGB is 234 - color contains mainly: blue. Hex color #1649EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1649EA is #E9B615. Grayscale: #4B4B4B. Windows color (decimal): -15316502 or 15354134. OLE color: 15354134.
HSL color Cylindrical-coordinate representation of color #1649EA: hue angle of 225.57º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1649EA is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 22 | 73 | 234 | - |
| CMYK | 0.91 | 0.69 | 0 | 0.08 |
| HSL | 225.57º | 0.83% | 0.5% | - |
| HSV(B) | 225.57º | 0.91% | 0.92% | - |
| XYZ | 17.56 | 10.88 | 79.02 | - |
| YUV | 76.11 | 217.1 | 89.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 73 | 234 | 0.91 | 0.69 | 0 | 0.08 | 225.57 | 0.83 | 0.5 |
| Hex | 16 | 49 | EA | 5B | 45 | 0 | 8 | E2 | 53 | 32 |
| Octal | 26 | 111 | 352 | 133 | 105 | 0 | 10 | 342 | 123 | 62 |
| Binary | 10110 | 1001001 | 11101010 | 1011011 | 1000101 | 0 | 1000 | 11100010 | 1010011 | 110010 |
Color Harmonies of #1649EA
Complementary color
Monochromatic Colors of #1649EA
Black with #1649EA
Text Example
Text Example
White with #1649EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1649EA; }
p { color: rgb(22,73,234); }
H1.HeaderClassName
{
color: #1649EA;
}
.AnyTagClassName
{
color: #1649EA;
}
</style>
background-color css
<style>
a { background-color: #1649EA; }
a { background-color: rgb(22,73,234); }
div.DivClassName
{
background-color: #1649EA;
}
.BgClassName
{
background-color: #1649EA;
}
</style>
border-color css
<style>
span { border-color: #1649EA; }
span { border-color: rgb(22,73,234); }
td.TdClassName
{
border-color: #1649EA;
}
.TagClassName
{
border-color: #1649EA;
}
</style>