Shades of Cerulean Blue #1449EB
Tints of Cerulean Blue #1449EB
RGB
CMYK
RGB Variations
Color information
#1449EB (or 0x1449EB) is known color: Cerulean Blue. HEX triplet: 14, 49 and EB. RGB value is (20,73,235). Sum of RGB (Red+Green+Blue) = 20+73+235=328 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.10% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 235 (92.19% from 255 or 71.65% from 328); Max value from RGB is 235 - color contains mainly: blue. Hex color #1449EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1449EB is #EBB614. Grayscale: #4A4A4A. Windows color (decimal): -15447573 or 15419668. OLE color: 15419668.
HSL color Cylindrical-coordinate representation of color #1449EB: hue angle of 225.21º degrees, saturation: 0.84, 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 #1449EB is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 73 | 235 | - |
| CMYK | 0.91 | 0.69 | 0 | 0.08 |
| HSL | 225.21º | 0.84% | 0.5% | - |
| HSV(B) | 225.21º | 0.91% | 0.92% | - |
| XYZ | 17.67 | 10.91 | 79.77 | - |
| YUV | 75.62 | 217.94 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 73 | 235 | 0.91 | 0.69 | 0 | 0.08 | 225.21 | 0.84 | 0.5 |
| Hex | 14 | 49 | EB | 5B | 45 | 0 | 8 | E1 | 54 | 32 |
| Octal | 24 | 111 | 353 | 133 | 105 | 0 | 10 | 341 | 124 | 62 |
| Binary | 10100 | 1001001 | 11101011 | 1011011 | 1000101 | 0 | 1000 | 11100001 | 1010100 | 110010 |
Color Harmonies of #1449EB
Complementary color
Monochromatic Colors of #1449EB
Black with #1449EB
Text Example
Text Example
White with #1449EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1449EB; }
p { color: rgb(20,73,235); }
H1.HeaderClassName
{
color: #1449EB;
}
.AnyTagClassName
{
color: #1449EB;
}
</style>
background-color css
<style>
a { background-color: #1449EB; }
a { background-color: rgb(20,73,235); }
div.DivClassName
{
background-color: #1449EB;
}
.BgClassName
{
background-color: #1449EB;
}
</style>
border-color css
<style>
span { border-color: #1449EB; }
span { border-color: rgb(20,73,235); }
td.TdClassName
{
border-color: #1449EB;
}
.TagClassName
{
border-color: #1449EB;
}
</style>