Shades of Cerulean Blue #194ACD
Tints of Cerulean Blue #194ACD
RGB
CMYK
RGB Variations
Color information
#194ACD (or 0x194ACD) is known color: Cerulean Blue. HEX triplet: 19, 4A and CD. RGB value is (25,74,205). Sum of RGB (Red+Green+Blue) = 25+74+205=304 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.22% from 304); Green value is 74 (29.30% from 255 or 24.34% from 304); Blue value is 205 (80.47% from 255 or 67.43% from 304); Max value from RGB is 205 - color contains mainly: blue. Hex color #194ACD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #194ACD is #E6B532. Grayscale: #494949. Windows color (decimal): -15119667 or 13453849. OLE color: 13453849.
HSL color Cylindrical-coordinate representation of color #194ACD: hue angle of 223.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 #194ACD is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 74 | 205 | - |
| CMYK | 0.88 | 0.64 | 0 | 0.20 |
| HSL | 223.67º | 0.78% | 0.45% | - |
| HSV(B) | 223.67º | 0.88% | 0.8% | - |
| XYZ | 13.87 | 9.51 | 58.86 | - |
| YUV | 74.28 | 201.77 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 74 | 205 | 0.88 | 0.64 | 0 | 0.20 | 223.67 | 0.78 | 0.45 |
| Hex | 19 | 4A | CD | 58 | 40 | 0 | 14 | E0 | 4E | 2D |
| Octal | 31 | 112 | 315 | 130 | 100 | 0 | 24 | 340 | 116 | 55 |
| Binary | 11001 | 1001010 | 11001101 | 1011000 | 1000000 | 0 | 10100 | 11100000 | 1001110 | 101101 |
Color Harmonies of #194ACD
Complementary color
Monochromatic Colors of #194ACD
Black with #194ACD
Text Example
Text Example
White with #194ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194ACD; }
p { color: rgb(25,74,205); }
H1.HeaderClassName
{
color: #194ACD;
}
.AnyTagClassName
{
color: #194ACD;
}
</style>
background-color css
<style>
a { background-color: #194ACD; }
a { background-color: rgb(25,74,205); }
div.DivClassName
{
background-color: #194ACD;
}
.BgClassName
{
background-color: #194ACD;
}
</style>
border-color css
<style>
span { border-color: #194ACD; }
span { border-color: rgb(25,74,205); }
td.TdClassName
{
border-color: #194ACD;
}
.TagClassName
{
border-color: #194ACD;
}
</style>