Shades of Cerulean Blue #194FE7
Tints of Cerulean Blue #194FE7
RGB
CMYK
RGB Variations
Color information
#194FE7 (or 0x194FE7) is known color: Cerulean Blue. HEX triplet: 19, 4F and E7. RGB value is (25,79,231). Sum of RGB (Red+Green+Blue) = 25+79+231=335 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.46% from 335); Green value is 79 (31.25% from 255 or 23.58% from 335); Blue value is 231 (90.62% from 255 or 68.96% from 335); Max value from RGB is 231 - color contains mainly: blue. Hex color #194FE7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #194FE7 is #E6B018. Grayscale: #4F4F4F. Windows color (decimal): -15118361 or 15159065. OLE color: 15159065.
HSL color Cylindrical-coordinate representation of color #194FE7: hue angle of 224.27º degrees, saturation: 0.81, 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 #194FE7 is Cyan = 0.89, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 25 | 79 | 231 | - |
| CMYK | 0.89 | 0.66 | 0 | 0.09 |
| HSL | 224.27º | 0.81% | 0.5% | - |
| HSV(B) | 224.27º | 0.89% | 0.91% | - |
| XYZ | 17.62 | 11.57 | 76.91 | - |
| YUV | 80.18 | 213.11 | 88.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 79 | 231 | 0.89 | 0.66 | 0 | 0.09 | 224.27 | 0.81 | 0.5 |
| Hex | 19 | 4F | E7 | 59 | 42 | 0 | 9 | E0 | 51 | 32 |
| Octal | 31 | 117 | 347 | 131 | 102 | 0 | 11 | 340 | 121 | 62 |
| Binary | 11001 | 1001111 | 11100111 | 1011001 | 1000010 | 0 | 1001 | 11100000 | 1010001 | 110010 |
Color Harmonies of #194FE7
Complementary color
Monochromatic Colors of #194FE7
Black with #194FE7
Text Example
Text Example
White with #194FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194FE7; }
p { color: rgb(25,79,231); }
H1.HeaderClassName
{
color: #194FE7;
}
.AnyTagClassName
{
color: #194FE7;
}
</style>
background-color css
<style>
a { background-color: #194FE7; }
a { background-color: rgb(25,79,231); }
div.DivClassName
{
background-color: #194FE7;
}
.BgClassName
{
background-color: #194FE7;
}
</style>
border-color css
<style>
span { border-color: #194FE7; }
span { border-color: rgb(25,79,231); }
td.TdClassName
{
border-color: #194FE7;
}
.TagClassName
{
border-color: #194FE7;
}
</style>