Shades of Cerulean Blue #1449DF
Tints of Cerulean Blue #1449DF
RGB
CMYK
RGB Variations
Color information
#1449DF (or 0x1449DF) is known color: Cerulean Blue. HEX triplet: 14, 49 and DF. RGB value is (20,73,223). Sum of RGB (Red+Green+Blue) = 20+73+223=316 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.33% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 223 (87.5% from 255 or 70.57% from 316); Max value from RGB is 223 - color contains mainly: blue. Hex color #1449DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1449DF is #EBB620. Grayscale: #494949. Windows color (decimal): -15447585 or 14633236. OLE color: 14633236.
HSL color Cylindrical-coordinate representation of color #1449DF: hue angle of 224.33º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1449DF is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 73 | 223 | - |
| CMYK | 0.91 | 0.67 | 0 | 0.13 |
| HSL | 224.34º | 0.84% | 0.48% | - |
| HSV(B) | 224.34º | 0.91% | 0.87% | - |
| XYZ | 15.99 | 10.24 | 70.95 | - |
| YUV | 74.25 | 211.94 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 73 | 223 | 0.91 | 0.67 | 0 | 0.13 | 224.34 | 0.84 | 0.48 |
| Hex | 14 | 49 | DF | 5B | 43 | 0 | D | E0 | 54 | 30 |
| Octal | 24 | 111 | 337 | 133 | 103 | 0 | 15 | 340 | 124 | 60 |
| Binary | 10100 | 1001001 | 11011111 | 1011011 | 1000011 | 0 | 1101 | 11100000 | 1010100 | 110000 |
Color Harmonies of #1449DF
Complementary color
Monochromatic Colors of #1449DF
Black with #1449DF
Text Example
Text Example
White with #1449DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1449DF; }
p { color: rgb(20,73,223); }
H1.HeaderClassName
{
color: #1449DF;
}
.AnyTagClassName
{
color: #1449DF;
}
</style>
background-color css
<style>
a { background-color: #1449DF; }
a { background-color: rgb(20,73,223); }
div.DivClassName
{
background-color: #1449DF;
}
.BgClassName
{
background-color: #1449DF;
}
</style>
border-color css
<style>
span { border-color: #1449DF; }
span { border-color: rgb(20,73,223); }
td.TdClassName
{
border-color: #1449DF;
}
.TagClassName
{
border-color: #1449DF;
}
</style>