Shades of Cerulean Blue #194ED5
Tints of Cerulean Blue #194ED5
RGB
CMYK
RGB Variations
Color information
#194ED5 (or 0x194ED5) is known color: Cerulean Blue. HEX triplet: 19, 4E and D5. RGB value is (25,78,213). Sum of RGB (Red+Green+Blue) = 25+78+213=316 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.91% from 316); Green value is 78 (30.86% from 255 or 24.68% from 316); Blue value is 213 (83.59% from 255 or 67.41% from 316); Max value from RGB is 213 - color contains mainly: blue. Hex color #194ED5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #194ED5 is #E6B12A. Grayscale: #4C4C4C. Windows color (decimal): -15118635 or 13979161. OLE color: 13979161.
HSL color Cylindrical-coordinate representation of color #194ED5: hue angle of 223.09º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #194ED5 is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 25 | 78 | 213 | - |
| CMYK | 0.88 | 0.63 | 0 | 0.16 |
| HSL | 223.09º | 0.79% | 0.47% | - |
| HSV(B) | 223.09º | 0.88% | 0.84% | - |
| XYZ | 15.14 | 10.46 | 64.17 | - |
| YUV | 77.54 | 204.44 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 78 | 213 | 0.88 | 0.63 | 0 | 0.16 | 223.09 | 0.79 | 0.47 |
| Hex | 19 | 4E | D5 | 58 | 3F | 0 | 10 | DF | 4F | 2F |
| Octal | 31 | 116 | 325 | 130 | 77 | 0 | 20 | 337 | 117 | 57 |
| Binary | 11001 | 1001110 | 11010101 | 1011000 | 111111 | 0 | 10000 | 11011111 | 1001111 | 101111 |
Color Harmonies of #194ED5
Complementary color
Monochromatic Colors of #194ED5
Black with #194ED5
Text Example
Text Example
White with #194ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194ED5; }
p { color: rgb(25,78,213); }
H1.HeaderClassName
{
color: #194ED5;
}
.AnyTagClassName
{
color: #194ED5;
}
</style>
background-color css
<style>
a { background-color: #194ED5; }
a { background-color: rgb(25,78,213); }
div.DivClassName
{
background-color: #194ED5;
}
.BgClassName
{
background-color: #194ED5;
}
</style>
border-color css
<style>
span { border-color: #194ED5; }
span { border-color: rgb(25,78,213); }
td.TdClassName
{
border-color: #194ED5;
}
.TagClassName
{
border-color: #194ED5;
}
</style>