Shades of Cerulean Blue #1949EE
Tints of Cerulean Blue #1949EE
RGB
CMYK
RGB Variations
Color information
#1949EE (or 0x1949EE) is known color: Cerulean Blue. HEX triplet: 19, 49 and EE. RGB value is (25,73,238). Sum of RGB (Red+Green+Blue) = 25+73+238=336 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.44% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 238 (93.36% from 255 or 70.83% from 336); Max value from RGB is 238 - color contains mainly: blue. Hex color #1949EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1949EE is #E6B611. Grayscale: #4C4C4C. Windows color (decimal): -15119890 or 15616281. OLE color: 15616281.
HSL color Cylindrical-coordinate representation of color #1949EE: hue angle of 226.48º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1949EE is Cyan = 0.89, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 73 | 238 | - |
| CMYK | 0.89 | 0.69 | 0 | 0.07 |
| HSL | 226.48º | 0.86% | 0.52% | - |
| HSV(B) | 226.48º | 0.89% | 0.93% | - |
| XYZ | 18.22 | 11.14 | 82.08 | - |
| YUV | 77.46 | 218.6 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 73 | 238 | 0.89 | 0.69 | 0 | 0.07 | 226.48 | 0.86 | 0.52 |
| Hex | 19 | 49 | EE | 59 | 45 | 0 | 7 | E2 | 56 | 34 |
| Octal | 31 | 111 | 356 | 131 | 105 | 0 | 7 | 342 | 126 | 64 |
| Binary | 11001 | 1001001 | 11101110 | 1011001 | 1000101 | 0 | 111 | 11100010 | 1010110 | 110100 |
Color Harmonies of #1949EE
Complementary color
Monochromatic Colors of #1949EE
Black with #1949EE
Text Example
Text Example
White with #1949EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1949EE; }
p { color: rgb(25,73,238); }
H1.HeaderClassName
{
color: #1949EE;
}
.AnyTagClassName
{
color: #1949EE;
}
</style>
background-color css
<style>
a { background-color: #1949EE; }
a { background-color: rgb(25,73,238); }
div.DivClassName
{
background-color: #1949EE;
}
.BgClassName
{
background-color: #1949EE;
}
</style>
border-color css
<style>
span { border-color: #1949EE; }
span { border-color: rgb(25,73,238); }
td.TdClassName
{
border-color: #1949EE;
}
.TagClassName
{
border-color: #1949EE;
}
</style>