Shades of Cerulean Blue #1955E3
Tints of Cerulean Blue #1955E3
RGB
CMYK
RGB Variations
Color information
#1955E3 (or 0x1955E3) is known color: Cerulean Blue. HEX triplet: 19, 55 and E3. RGB value is (25,85,227). Sum of RGB (Red+Green+Blue) = 25+85+227=337 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.42% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 227 (89.06% from 255 or 67.36% from 337); Max value from RGB is 227 - color contains mainly: blue. Hex color #1955E3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1955E3 is #E6AA1C. Grayscale: #525252. Windows color (decimal): -15116829 or 14898457. OLE color: 14898457.
HSL color Cylindrical-coordinate representation of color #1955E3: hue angle of 222.18º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1955E3 is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 25 | 85 | 227 | - |
| CMYK | 0.89 | 0.63 | 0 | 0.11 |
| HSL | 222.18º | 0.8% | 0.49% | - |
| HSV(B) | 222.18º | 0.89% | 0.89% | - |
| XYZ | 17.51 | 12.25 | 74.11 | - |
| YUV | 83.25 | 209.12 | 86.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 85 | 227 | 0.89 | 0.63 | 0 | 0.11 | 222.18 | 0.8 | 0.49 |
| Hex | 19 | 55 | E3 | 59 | 3F | 0 | B | DE | 50 | 31 |
| Octal | 31 | 125 | 343 | 131 | 77 | 0 | 13 | 336 | 120 | 61 |
| Binary | 11001 | 1010101 | 11100011 | 1011001 | 111111 | 0 | 1011 | 11011110 | 1010000 | 110001 |
Color Harmonies of #1955E3
Complementary color
Monochromatic Colors of #1955E3
Black with #1955E3
Text Example
Text Example
White with #1955E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1955E3; }
p { color: rgb(25,85,227); }
H1.HeaderClassName
{
color: #1955E3;
}
.AnyTagClassName
{
color: #1955E3;
}
</style>
background-color css
<style>
a { background-color: #1955E3; }
a { background-color: rgb(25,85,227); }
div.DivClassName
{
background-color: #1955E3;
}
.BgClassName
{
background-color: #1955E3;
}
</style>
border-color css
<style>
span { border-color: #1955E3; }
span { border-color: rgb(25,85,227); }
td.TdClassName
{
border-color: #1955E3;
}
.TagClassName
{
border-color: #1955E3;
}
</style>