Shades of Cerulean Blue #1950C1
Tints of Cerulean Blue #1950C1
RGB
CMYK
RGB Variations
Color information
#1950C1 (or 0x1950C1) is known color: Cerulean Blue. HEX triplet: 19, 50 and C1. RGB value is (25,80,193). Sum of RGB (Red+Green+Blue) = 25+80+193=298 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.39% from 298); Green value is 80 (31.64% from 255 or 26.85% from 298); Blue value is 193 (75.78% from 255 or 64.77% from 298); Max value from RGB is 193 - color contains mainly: blue. Hex color #1950C1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1950C1 is #E6AF3E. Grayscale: #4B4B4B. Windows color (decimal): -15118143 or 12668953. OLE color: 12668953.
HSL color Cylindrical-coordinate representation of color #1950C1: hue angle of 220.36º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1950C1 is Cyan = 0.87, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 25 | 80 | 193 | - |
| CMYK | 0.87 | 0.59 | 0 | 0.24 |
| HSL | 220.36º | 0.77% | 0.43% | - |
| HSV(B) | 220.36º | 0.87% | 0.76% | - |
| XYZ | 12.9 | 9.79 | 51.66 | - |
| YUV | 76.44 | 193.78 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 80 | 193 | 0.87 | 0.59 | 0 | 0.24 | 220.36 | 0.77 | 0.43 |
| Hex | 19 | 50 | C1 | 57 | 3B | 0 | 18 | DC | 4D | 2B |
| Octal | 31 | 120 | 301 | 127 | 73 | 0 | 30 | 334 | 115 | 53 |
| Binary | 11001 | 1010000 | 11000001 | 1010111 | 111011 | 0 | 11000 | 11011100 | 1001101 | 101011 |
Color Harmonies of #1950C1
Complementary color
Monochromatic Colors of #1950C1
Black with #1950C1
Text Example
Text Example
White with #1950C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1950C1; }
p { color: rgb(25,80,193); }
H1.HeaderClassName
{
color: #1950C1;
}
.AnyTagClassName
{
color: #1950C1;
}
</style>
background-color css
<style>
a { background-color: #1950C1; }
a { background-color: rgb(25,80,193); }
div.DivClassName
{
background-color: #1950C1;
}
.BgClassName
{
background-color: #1950C1;
}
</style>
border-color css
<style>
span { border-color: #1950C1; }
span { border-color: rgb(25,80,193); }
td.TdClassName
{
border-color: #1950C1;
}
.TagClassName
{
border-color: #1950C1;
}
</style>