Shades of Cerulean Blue #1949CF
Tints of Cerulean Blue #1949CF
RGB
CMYK
RGB Variations
Color information
#1949CF (or 0x1949CF) is known color: Cerulean Blue. HEX triplet: 19, 49 and CF. RGB value is (25,73,207). Sum of RGB (Red+Green+Blue) = 25+73+207=305 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.20% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 207 (81.25% from 255 or 67.87% from 305); Max value from RGB is 207 - color contains mainly: blue. Hex color #1949CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1949CF is #E6B630. Grayscale: #494949. Windows color (decimal): -15119921 or 13584665. OLE color: 13584665.
HSL color Cylindrical-coordinate representation of color #1949CF: hue angle of 224.18º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1949CF is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 73 | 207 | - |
| CMYK | 0.88 | 0.65 | 0 | 0.19 |
| HSL | 224.18º | 0.78% | 0.45% | - |
| HSV(B) | 224.18º | 0.88% | 0.81% | - |
| XYZ | 14.05 | 9.48 | 60.12 | - |
| YUV | 73.92 | 203.1 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 73 | 207 | 0.88 | 0.65 | 0 | 0.19 | 224.18 | 0.78 | 0.45 |
| Hex | 19 | 49 | CF | 58 | 41 | 0 | 13 | E0 | 4E | 2D |
| Octal | 31 | 111 | 317 | 130 | 101 | 0 | 23 | 340 | 116 | 55 |
| Binary | 11001 | 1001001 | 11001111 | 1011000 | 1000001 | 0 | 10011 | 11100000 | 1001110 | 101101 |
Color Harmonies of #1949CF
Complementary color
Monochromatic Colors of #1949CF
Black with #1949CF
Text Example
Text Example
White with #1949CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1949CF; }
p { color: rgb(25,73,207); }
H1.HeaderClassName
{
color: #1949CF;
}
.AnyTagClassName
{
color: #1949CF;
}
</style>
background-color css
<style>
a { background-color: #1949CF; }
a { background-color: rgb(25,73,207); }
div.DivClassName
{
background-color: #1949CF;
}
.BgClassName
{
background-color: #1949CF;
}
</style>
border-color css
<style>
span { border-color: #1949CF; }
span { border-color: rgb(25,73,207); }
td.TdClassName
{
border-color: #1949CF;
}
.TagClassName
{
border-color: #1949CF;
}
</style>