Shades of Cerulean Blue #194DCD
Tints of Cerulean Blue #194DCD
RGB
CMYK
RGB Variations
Color information
#194DCD (or 0x194DCD) is known color: Cerulean Blue. HEX triplet: 19, 4D and CD. RGB value is (25,77,205). Sum of RGB (Red+Green+Blue) = 25+77+205=307 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.14% from 307); Green value is 77 (30.47% from 255 or 25.08% from 307); Blue value is 205 (80.47% from 255 or 66.78% from 307); Max value from RGB is 205 - color contains mainly: blue. Hex color #194DCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #194DCD is #E6B232. Grayscale: #4B4B4B. Windows color (decimal): -15118899 or 13454617. OLE color: 13454617.
HSL color Cylindrical-coordinate representation of color #194DCD: hue angle of 222.67º 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 #194DCD is Cyan = 0.88, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 77 | 205 | - |
| CMYK | 0.88 | 0.62 | 0 | 0.20 |
| HSL | 222.67º | 0.78% | 0.45% | - |
| HSV(B) | 222.67º | 0.88% | 0.8% | - |
| XYZ | 14.07 | 9.92 | 58.93 | - |
| YUV | 76.04 | 200.77 | 91.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 77 | 205 | 0.88 | 0.62 | 0 | 0.20 | 222.67 | 0.78 | 0.45 |
| Hex | 19 | 4D | CD | 58 | 3E | 0 | 14 | DF | 4E | 2D |
| Octal | 31 | 115 | 315 | 130 | 76 | 0 | 24 | 337 | 116 | 55 |
| Binary | 11001 | 1001101 | 11001101 | 1011000 | 111110 | 0 | 10100 | 11011111 | 1001110 | 101101 |
Color Harmonies of #194DCD
Complementary color
Monochromatic Colors of #194DCD
Black with #194DCD
Text Example
Text Example
White with #194DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194DCD; }
p { color: rgb(25,77,205); }
H1.HeaderClassName
{
color: #194DCD;
}
.AnyTagClassName
{
color: #194DCD;
}
</style>
background-color css
<style>
a { background-color: #194DCD; }
a { background-color: rgb(25,77,205); }
div.DivClassName
{
background-color: #194DCD;
}
.BgClassName
{
background-color: #194DCD;
}
</style>
border-color css
<style>
span { border-color: #194DCD; }
span { border-color: rgb(25,77,205); }
td.TdClassName
{
border-color: #194DCD;
}
.TagClassName
{
border-color: #194DCD;
}
</style>