Shades of Cerulean Blue #1449EA
Tints of Cerulean Blue #1449EA
RGB
CMYK
RGB Variations
Color information
#1449EA (or 0x1449EA) is known color: Cerulean Blue. HEX triplet: 14, 49 and EA. RGB value is (20,73,234). Sum of RGB (Red+Green+Blue) = 20+73+234=327 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.12% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 234 (91.80% from 255 or 71.56% from 327); Max value from RGB is 234 - color contains mainly: blue. Hex color #1449EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1449EA is #EBB615. Grayscale: #4A4A4A. Windows color (decimal): -15447574 or 15354132. OLE color: 15354132.
HSL color Cylindrical-coordinate representation of color #1449EA: hue angle of 225.14º 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 #1449EA is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 73 | 234 | - |
| CMYK | 0.91 | 0.69 | 0 | 0.08 |
| HSL | 225.14º | 0.84% | 0.5% | - |
| HSV(B) | 225.14º | 0.91% | 0.92% | - |
| XYZ | 17.52 | 10.85 | 79.01 | - |
| YUV | 75.51 | 217.44 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 73 | 234 | 0.91 | 0.69 | 0 | 0.08 | 225.14 | 0.84 | 0.5 |
| Hex | 14 | 49 | EA | 5B | 45 | 0 | 8 | E1 | 54 | 32 |
| Octal | 24 | 111 | 352 | 133 | 105 | 0 | 10 | 341 | 124 | 62 |
| Binary | 10100 | 1001001 | 11101010 | 1011011 | 1000101 | 0 | 1000 | 11100001 | 1010100 | 110010 |
Color Harmonies of #1449EA
Complementary color
Monochromatic Colors of #1449EA
Black with #1449EA
Text Example
Text Example
White with #1449EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1449EA; }
p { color: rgb(20,73,234); }
H1.HeaderClassName
{
color: #1449EA;
}
.AnyTagClassName
{
color: #1449EA;
}
</style>
background-color css
<style>
a { background-color: #1449EA; }
a { background-color: rgb(20,73,234); }
div.DivClassName
{
background-color: #1449EA;
}
.BgClassName
{
background-color: #1449EA;
}
</style>
border-color css
<style>
span { border-color: #1449EA; }
span { border-color: rgb(20,73,234); }
td.TdClassName
{
border-color: #1449EA;
}
.TagClassName
{
border-color: #1449EA;
}
</style>