Shades of Cerulean Blue #1949DF
Tints of Cerulean Blue #1949DF
RGB
CMYK
RGB Variations
Color information
#1949DF (or 0x1949DF) is known color: Cerulean Blue. HEX triplet: 19, 49 and DF. RGB value is (25,73,223). Sum of RGB (Red+Green+Blue) = 25+73+223=321 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.79% from 321); Green value is 73 (28.91% from 255 or 22.74% from 321); Blue value is 223 (87.5% from 255 or 69.47% from 321); Max value from RGB is 223 - color contains mainly: blue. Hex color #1949DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1949DF is #E6B620. Grayscale: #4B4B4B. Windows color (decimal): -15119905 or 14633241. OLE color: 14633241.
HSL color Cylindrical-coordinate representation of color #1949DF: hue angle of 225.45º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1949DF is Cyan = 0.89, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 73 | 223 | - |
| CMYK | 0.89 | 0.67 | 0 | 0.13 |
| HSL | 225.45º | 0.8% | 0.49% | - |
| HSV(B) | 225.45º | 0.89% | 0.87% | - |
| XYZ | 16.1 | 10.3 | 70.95 | - |
| YUV | 75.75 | 211.1 | 91.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 73 | 223 | 0.89 | 0.67 | 0 | 0.13 | 225.45 | 0.8 | 0.49 |
| Hex | 19 | 49 | DF | 59 | 43 | 0 | D | E1 | 50 | 31 |
| Octal | 31 | 111 | 337 | 131 | 103 | 0 | 15 | 341 | 120 | 61 |
| Binary | 11001 | 1001001 | 11011111 | 1011001 | 1000011 | 0 | 1101 | 11100001 | 1010000 | 110001 |
Color Harmonies of #1949DF
Complementary color
Monochromatic Colors of #1949DF
Black with #1949DF
Text Example
Text Example
White with #1949DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1949DF; }
p { color: rgb(25,73,223); }
H1.HeaderClassName
{
color: #1949DF;
}
.AnyTagClassName
{
color: #1949DF;
}
</style>
background-color css
<style>
a { background-color: #1949DF; }
a { background-color: rgb(25,73,223); }
div.DivClassName
{
background-color: #1949DF;
}
.BgClassName
{
background-color: #1949DF;
}
</style>
border-color css
<style>
span { border-color: #1949DF; }
span { border-color: rgb(25,73,223); }
td.TdClassName
{
border-color: #1949DF;
}
.TagClassName
{
border-color: #1949DF;
}
</style>