Shades of Cerulean Blue #194AD6
Tints of Cerulean Blue #194AD6
RGB
CMYK
RGB Variations
Color information
#194AD6 (or 0x194AD6) is known color: Cerulean Blue. HEX triplet: 19, 4A and D6. RGB value is (25,74,214). Sum of RGB (Red+Green+Blue) = 25+74+214=313 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.99% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 214 (83.98% from 255 or 68.37% from 313); Max value from RGB is 214 - color contains mainly: blue. Hex color #194AD6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #194AD6 is #E6B529. Grayscale: #4A4A4A. Windows color (decimal): -15119658 or 14043673. OLE color: 14043673.
HSL color Cylindrical-coordinate representation of color #194AD6: hue angle of 224.44º 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 #194AD6 is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 25 | 74 | 214 | - |
| CMYK | 0.88 | 0.65 | 0 | 0.16 |
| HSL | 224.44º | 0.79% | 0.47% | - |
| HSV(B) | 224.44º | 0.88% | 0.84% | - |
| XYZ | 14.99 | 9.96 | 64.75 | - |
| YUV | 75.31 | 206.27 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 74 | 214 | 0.88 | 0.65 | 0 | 0.16 | 224.44 | 0.79 | 0.47 |
| Hex | 19 | 4A | D6 | 58 | 41 | 0 | 10 | E0 | 4F | 2F |
| Octal | 31 | 112 | 326 | 130 | 101 | 0 | 20 | 340 | 117 | 57 |
| Binary | 11001 | 1001010 | 11010110 | 1011000 | 1000001 | 0 | 10000 | 11100000 | 1001111 | 101111 |
Color Harmonies of #194AD6
Complementary color
Monochromatic Colors of #194AD6
Black with #194AD6
Text Example
Text Example
White with #194AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194AD6; }
p { color: rgb(25,74,214); }
H1.HeaderClassName
{
color: #194AD6;
}
.AnyTagClassName
{
color: #194AD6;
}
</style>
background-color css
<style>
a { background-color: #194AD6; }
a { background-color: rgb(25,74,214); }
div.DivClassName
{
background-color: #194AD6;
}
.BgClassName
{
background-color: #194AD6;
}
</style>
border-color css
<style>
span { border-color: #194AD6; }
span { border-color: rgb(25,74,214); }
td.TdClassName
{
border-color: #194AD6;
}
.TagClassName
{
border-color: #194AD6;
}
</style>