Shades of Cerulean Blue #194DD4
Tints of Cerulean Blue #194DD4
RGB
CMYK
RGB Variations
Color information
#194DD4 (or 0x194DD4) is known color: Cerulean Blue. HEX triplet: 19, 4D and D4. RGB value is (25,77,212). Sum of RGB (Red+Green+Blue) = 25+77+212=314 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.96% from 314); Green value is 77 (30.47% from 255 or 24.52% from 314); Blue value is 212 (83.20% from 255 or 67.52% from 314); Max value from RGB is 212 - color contains mainly: blue. Hex color #194DD4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #194DD4 is #E6B22B. Grayscale: #4C4C4C. Windows color (decimal): -15118892 or 13913369. OLE color: 13913369.
HSL color Cylindrical-coordinate representation of color #194DD4: hue angle of 223.32º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #194DD4 is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 25 | 77 | 212 | - |
| CMYK | 0.88 | 0.64 | 0 | 0.17 |
| HSL | 223.32º | 0.79% | 0.46% | - |
| HSV(B) | 223.32º | 0.88% | 0.83% | - |
| XYZ | 14.94 | 10.27 | 63.48 | - |
| YUV | 76.84 | 204.27 | 91.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 77 | 212 | 0.88 | 0.64 | 0 | 0.17 | 223.32 | 0.79 | 0.46 |
| Hex | 19 | 4D | D4 | 58 | 40 | 0 | 11 | DF | 4F | 2E |
| Octal | 31 | 115 | 324 | 130 | 100 | 0 | 21 | 337 | 117 | 56 |
| Binary | 11001 | 1001101 | 11010100 | 1011000 | 1000000 | 0 | 10001 | 11011111 | 1001111 | 101110 |
Color Harmonies of #194DD4
Complementary color
Monochromatic Colors of #194DD4
Black with #194DD4
Text Example
Text Example
White with #194DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194DD4; }
p { color: rgb(25,77,212); }
H1.HeaderClassName
{
color: #194DD4;
}
.AnyTagClassName
{
color: #194DD4;
}
</style>
background-color css
<style>
a { background-color: #194DD4; }
a { background-color: rgb(25,77,212); }
div.DivClassName
{
background-color: #194DD4;
}
.BgClassName
{
background-color: #194DD4;
}
</style>
border-color css
<style>
span { border-color: #194DD4; }
span { border-color: rgb(25,77,212); }
td.TdClassName
{
border-color: #194DD4;
}
.TagClassName
{
border-color: #194DD4;
}
</style>