Shades of Cerulean Blue #1949ED
Tints of Cerulean Blue #1949ED
RGB
CMYK
RGB Variations
Color information
#1949ED (or 0x1949ED) is known color: Cerulean Blue. HEX triplet: 19, 49 and ED. RGB value is (25,73,237). Sum of RGB (Red+Green+Blue) = 25+73+237=335 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.46% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 237 (92.97% from 255 or 70.75% from 335); Max value from RGB is 237 - color contains mainly: blue. Hex color #1949ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1949ED is #E6B612. Grayscale: #4C4C4C. Windows color (decimal): -15119891 or 15550745. OLE color: 15550745.
HSL color Cylindrical-coordinate representation of color #1949ED: hue angle of 226.42º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1949ED is Cyan = 0.89, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 73 | 237 | - |
| CMYK | 0.89 | 0.69 | 0 | 0.07 |
| HSL | 226.42º | 0.85% | 0.51% | - |
| HSV(B) | 226.42º | 0.89% | 0.93% | - |
| XYZ | 18.07 | 11.09 | 81.31 | - |
| YUV | 77.34 | 218.1 | 90.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 73 | 237 | 0.89 | 0.69 | 0 | 0.07 | 226.42 | 0.85 | 0.51 |
| Hex | 19 | 49 | ED | 59 | 45 | 0 | 7 | E2 | 55 | 33 |
| Octal | 31 | 111 | 355 | 131 | 105 | 0 | 7 | 342 | 125 | 63 |
| Binary | 11001 | 1001001 | 11101101 | 1011001 | 1000101 | 0 | 111 | 11100010 | 1010101 | 110011 |
Color Harmonies of #1949ED
Complementary color
Monochromatic Colors of #1949ED
Black with #1949ED
Text Example
Text Example
White with #1949ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1949ED; }
p { color: rgb(25,73,237); }
H1.HeaderClassName
{
color: #1949ED;
}
.AnyTagClassName
{
color: #1949ED;
}
</style>
background-color css
<style>
a { background-color: #1949ED; }
a { background-color: rgb(25,73,237); }
div.DivClassName
{
background-color: #1949ED;
}
.BgClassName
{
background-color: #1949ED;
}
</style>
border-color css
<style>
span { border-color: #1949ED; }
span { border-color: rgb(25,73,237); }
td.TdClassName
{
border-color: #1949ED;
}
.TagClassName
{
border-color: #1949ED;
}
</style>