Shades of Cerulean Blue #1449DE
Tints of Cerulean Blue #1449DE
RGB
CMYK
RGB Variations
Color information
#1449DE (or 0x1449DE) is known color: Cerulean Blue. HEX triplet: 14, 49 and DE. RGB value is (20,73,222). Sum of RGB (Red+Green+Blue) = 20+73+222=315 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.35% from 315); Green value is 73 (28.91% from 255 or 23.17% from 315); Blue value is 222 (87.11% from 255 or 70.48% from 315); Max value from RGB is 222 - color contains mainly: blue. Hex color #1449DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1449DE is #EBB621. Grayscale: #494949. Windows color (decimal): -15447586 or 14567700. OLE color: 14567700.
HSL color Cylindrical-coordinate representation of color #1449DE: hue angle of 224.26º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1449DE is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 73 | 222 | - |
| CMYK | 0.91 | 0.67 | 0 | 0.13 |
| HSL | 224.26º | 0.83% | 0.47% | - |
| HSV(B) | 224.26º | 0.91% | 0.87% | - |
| XYZ | 15.86 | 10.19 | 70.24 | - |
| YUV | 74.14 | 211.44 | 89.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 73 | 222 | 0.91 | 0.67 | 0 | 0.13 | 224.26 | 0.83 | 0.47 |
| Hex | 14 | 49 | DE | 5B | 43 | 0 | D | E0 | 53 | 2F |
| Octal | 24 | 111 | 336 | 133 | 103 | 0 | 15 | 340 | 123 | 57 |
| Binary | 10100 | 1001001 | 11011110 | 1011011 | 1000011 | 0 | 1101 | 11100000 | 1010011 | 101111 |
Color Harmonies of #1449DE
Complementary color
Monochromatic Colors of #1449DE
Black with #1449DE
Text Example
Text Example
White with #1449DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1449DE; }
p { color: rgb(20,73,222); }
H1.HeaderClassName
{
color: #1449DE;
}
.AnyTagClassName
{
color: #1449DE;
}
</style>
background-color css
<style>
a { background-color: #1449DE; }
a { background-color: rgb(20,73,222); }
div.DivClassName
{
background-color: #1449DE;
}
.BgClassName
{
background-color: #1449DE;
}
</style>
border-color css
<style>
span { border-color: #1449DE; }
span { border-color: rgb(20,73,222); }
td.TdClassName
{
border-color: #1449DE;
}
.TagClassName
{
border-color: #1449DE;
}
</style>