Shades of Cerulean Blue #194AD0
Tints of Cerulean Blue #194AD0
RGB
CMYK
RGB Variations
Color information
#194AD0 (or 0x194AD0) is known color: Cerulean Blue. HEX triplet: 19, 4A and D0. RGB value is (25,74,208). Sum of RGB (Red+Green+Blue) = 25+74+208=307 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.14% from 307); Green value is 74 (29.30% from 255 or 24.10% from 307); Blue value is 208 (81.64% from 255 or 67.75% from 307); Max value from RGB is 208 - color contains mainly: blue. Hex color #194AD0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #194AD0 is #E6B52F. Grayscale: #4A4A4A. Windows color (decimal): -15119664 or 13650457. OLE color: 13650457.
HSL color Cylindrical-coordinate representation of color #194AD0: hue angle of 223.93º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #194AD0 is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 25 | 74 | 208 | - |
| CMYK | 0.88 | 0.64 | 0 | 0.18 |
| HSL | 223.93º | 0.79% | 0.46% | - |
| HSV(B) | 223.93º | 0.88% | 0.82% | - |
| XYZ | 14.23 | 9.66 | 60.79 | - |
| YUV | 74.63 | 203.27 | 92.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 74 | 208 | 0.88 | 0.64 | 0 | 0.18 | 223.93 | 0.79 | 0.46 |
| Hex | 19 | 4A | D0 | 58 | 40 | 0 | 12 | E0 | 4F | 2E |
| Octal | 31 | 112 | 320 | 130 | 100 | 0 | 22 | 340 | 117 | 56 |
| Binary | 11001 | 1001010 | 11010000 | 1011000 | 1000000 | 0 | 10010 | 11100000 | 1001111 | 101110 |
Color Harmonies of #194AD0
Complementary color
Monochromatic Colors of #194AD0
Black with #194AD0
Text Example
Text Example
White with #194AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194AD0; }
p { color: rgb(25,74,208); }
H1.HeaderClassName
{
color: #194AD0;
}
.AnyTagClassName
{
color: #194AD0;
}
</style>
background-color css
<style>
a { background-color: #194AD0; }
a { background-color: rgb(25,74,208); }
div.DivClassName
{
background-color: #194AD0;
}
.BgClassName
{
background-color: #194AD0;
}
</style>
border-color css
<style>
span { border-color: #194AD0; }
span { border-color: rgb(25,74,208); }
td.TdClassName
{
border-color: #194AD0;
}
.TagClassName
{
border-color: #194AD0;
}
</style>