Shades of Cerulean Blue #1955DA
Tints of Cerulean Blue #1955DA
RGB
CMYK
RGB Variations
Color information
#1955DA (or 0x1955DA) is known color: Cerulean Blue. HEX triplet: 19, 55 and DA. RGB value is (25,85,218). Sum of RGB (Red+Green+Blue) = 25+85+218=328 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.62% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 218 (85.55% from 255 or 66.46% from 328); Max value from RGB is 218 - color contains mainly: blue. Hex color #1955DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1955DA is #E6AA25. Grayscale: #515151. Windows color (decimal): -15116838 or 14308633. OLE color: 14308633.
HSL color Cylindrical-coordinate representation of color #1955DA: hue angle of 221.35º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1955DA is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 25 | 85 | 218 | - |
| CMYK | 0.89 | 0.61 | 0 | 0.15 |
| HSL | 221.35º | 0.79% | 0.48% | - |
| HSV(B) | 221.35º | 0.89% | 0.85% | - |
| XYZ | 16.3 | 11.77 | 67.74 | - |
| YUV | 82.22 | 204.62 | 87.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 85 | 218 | 0.89 | 0.61 | 0 | 0.15 | 221.35 | 0.79 | 0.48 |
| Hex | 19 | 55 | DA | 59 | 3D | 0 | F | DD | 4F | 30 |
| Octal | 31 | 125 | 332 | 131 | 75 | 0 | 17 | 335 | 117 | 60 |
| Binary | 11001 | 1010101 | 11011010 | 1011001 | 111101 | 0 | 1111 | 11011101 | 1001111 | 110000 |
Color Harmonies of #1955DA
Complementary color
Monochromatic Colors of #1955DA
Black with #1955DA
Text Example
Text Example
White with #1955DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1955DA; }
p { color: rgb(25,85,218); }
H1.HeaderClassName
{
color: #1955DA;
}
.AnyTagClassName
{
color: #1955DA;
}
</style>
background-color css
<style>
a { background-color: #1955DA; }
a { background-color: rgb(25,85,218); }
div.DivClassName
{
background-color: #1955DA;
}
.BgClassName
{
background-color: #1955DA;
}
</style>
border-color css
<style>
span { border-color: #1955DA; }
span { border-color: rgb(25,85,218); }
td.TdClassName
{
border-color: #1955DA;
}
.TagClassName
{
border-color: #1955DA;
}
</style>