Shades of Cerulean Blue #194FE8
Tints of Cerulean Blue #194FE8
RGB
CMYK
RGB Variations
Color information
#194FE8 (or 0x194FE8) is known color: Cerulean Blue. HEX triplet: 19, 4F and E8. RGB value is (25,79,232). Sum of RGB (Red+Green+Blue) = 25+79+232=336 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.44% from 336); Green value is 79 (31.25% from 255 or 23.51% from 336); Blue value is 232 (91.02% from 255 or 69.05% from 336); Max value from RGB is 232 - color contains mainly: blue. Hex color #194FE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #194FE8 is #E6B017. Grayscale: #4F4F4F. Windows color (decimal): -15118360 or 15224601. OLE color: 15224601.
HSL color Cylindrical-coordinate representation of color #194FE8: hue angle of 224.35º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #194FE8 is Cyan = 0.89, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 25 | 79 | 232 | - |
| CMYK | 0.89 | 0.66 | 0 | 0.09 |
| HSL | 224.35º | 0.82% | 0.5% | - |
| HSV(B) | 224.35º | 0.89% | 0.91% | - |
| XYZ | 17.76 | 11.62 | 77.65 | - |
| YUV | 80.3 | 213.61 | 88.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 79 | 232 | 0.89 | 0.66 | 0 | 0.09 | 224.35 | 0.82 | 0.5 |
| Hex | 19 | 4F | E8 | 59 | 42 | 0 | 9 | E0 | 52 | 32 |
| Octal | 31 | 117 | 350 | 131 | 102 | 0 | 11 | 340 | 122 | 62 |
| Binary | 11001 | 1001111 | 11101000 | 1011001 | 1000010 | 0 | 1001 | 11100000 | 1010010 | 110010 |
Color Harmonies of #194FE8
Complementary color
Monochromatic Colors of #194FE8
Black with #194FE8
Text Example
Text Example
White with #194FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194FE8; }
p { color: rgb(25,79,232); }
H1.HeaderClassName
{
color: #194FE8;
}
.AnyTagClassName
{
color: #194FE8;
}
</style>
background-color css
<style>
a { background-color: #194FE8; }
a { background-color: rgb(25,79,232); }
div.DivClassName
{
background-color: #194FE8;
}
.BgClassName
{
background-color: #194FE8;
}
</style>
border-color css
<style>
span { border-color: #194FE8; }
span { border-color: rgb(25,79,232); }
td.TdClassName
{
border-color: #194FE8;
}
.TagClassName
{
border-color: #194FE8;
}
</style>