Shades of Cerulean Blue #1949CD
Tints of Cerulean Blue #1949CD
RGB
CMYK
RGB Variations
Color information
#1949CD (or 0x1949CD) is known color: Cerulean Blue. HEX triplet: 19, 49 and CD. RGB value is (25,73,205). Sum of RGB (Red+Green+Blue) = 25+73+205=303 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.25% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 205 (80.47% from 255 or 67.66% from 303); Max value from RGB is 205 - color contains mainly: blue. Hex color #1949CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1949CD is #E6B632. Grayscale: #494949. Windows color (decimal): -15119923 or 13453593. OLE color: 13453593.
HSL color Cylindrical-coordinate representation of color #1949CD: hue angle of 224º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1949CD is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 73 | 205 | - |
| CMYK | 0.88 | 0.64 | 0 | 0.20 |
| HSL | 224º | 0.78% | 0.45% | - |
| HSV(B) | 224º | 0.88% | 0.8% | - |
| XYZ | 13.8 | 9.38 | 58.84 | - |
| YUV | 73.7 | 202.1 | 93.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 73 | 205 | 0.88 | 0.64 | 0 | 0.20 | 224 | 0.78 | 0.45 |
| Hex | 19 | 49 | CD | 58 | 40 | 0 | 14 | E0 | 4E | 2D |
| Octal | 31 | 111 | 315 | 130 | 100 | 0 | 24 | 340 | 116 | 55 |
| Binary | 11001 | 1001001 | 11001101 | 1011000 | 1000000 | 0 | 10100 | 11100000 | 1001110 | 101101 |
Color Harmonies of #1949CD
Complementary color
Monochromatic Colors of #1949CD
Black with #1949CD
Text Example
Text Example
White with #1949CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1949CD; }
p { color: rgb(25,73,205); }
H1.HeaderClassName
{
color: #1949CD;
}
.AnyTagClassName
{
color: #1949CD;
}
</style>
background-color css
<style>
a { background-color: #1949CD; }
a { background-color: rgb(25,73,205); }
div.DivClassName
{
background-color: #1949CD;
}
.BgClassName
{
background-color: #1949CD;
}
</style>
border-color css
<style>
span { border-color: #1949CD; }
span { border-color: rgb(25,73,205); }
td.TdClassName
{
border-color: #1949CD;
}
.TagClassName
{
border-color: #1949CD;
}
</style>