Shades of Cerulean Blue #194FDF
Tints of Cerulean Blue #194FDF
RGB
CMYK
RGB Variations
Color information
#194FDF (or 0x194FDF) is known color: Cerulean Blue. HEX triplet: 19, 4F and DF. RGB value is (25,79,223). Sum of RGB (Red+Green+Blue) = 25+79+223=327 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.65% from 327); Green value is 79 (31.25% from 255 or 24.16% from 327); Blue value is 223 (87.5% from 255 or 68.20% from 327); Max value from RGB is 223 - color contains mainly: blue. Hex color #194FDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #194FDF is #E6B020. Grayscale: #4E4E4E. Windows color (decimal): -15118369 or 14634777. OLE color: 14634777.
HSL color Cylindrical-coordinate representation of color #194FDF: hue angle of 223.64º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #194FDF is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 79 | 223 | - |
| CMYK | 0.89 | 0.65 | 0 | 0.13 |
| HSL | 223.64º | 0.8% | 0.49% | - |
| HSV(B) | 223.64º | 0.89% | 0.87% | - |
| XYZ | 16.52 | 11.13 | 71.09 | - |
| YUV | 79.27 | 209.11 | 89.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 79 | 223 | 0.89 | 0.65 | 0 | 0.13 | 223.64 | 0.8 | 0.49 |
| Hex | 19 | 4F | DF | 59 | 41 | 0 | D | E0 | 50 | 31 |
| Octal | 31 | 117 | 337 | 131 | 101 | 0 | 15 | 340 | 120 | 61 |
| Binary | 11001 | 1001111 | 11011111 | 1011001 | 1000001 | 0 | 1101 | 11100000 | 1010000 | 110001 |
Color Harmonies of #194FDF
Complementary color
Monochromatic Colors of #194FDF
Black with #194FDF
Text Example
Text Example
White with #194FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194FDF; }
p { color: rgb(25,79,223); }
H1.HeaderClassName
{
color: #194FDF;
}
.AnyTagClassName
{
color: #194FDF;
}
</style>
background-color css
<style>
a { background-color: #194FDF; }
a { background-color: rgb(25,79,223); }
div.DivClassName
{
background-color: #194FDF;
}
.BgClassName
{
background-color: #194FDF;
}
</style>
border-color css
<style>
span { border-color: #194FDF; }
span { border-color: rgb(25,79,223); }
td.TdClassName
{
border-color: #194FDF;
}
.TagClassName
{
border-color: #194FDF;
}
</style>