Shades of Cerulean Blue #194AE7
Tints of Cerulean Blue #194AE7
RGB
CMYK
RGB Variations
Color information
#194AE7 (or 0x194AE7) is known color: Cerulean Blue. HEX triplet: 19, 4A and E7. RGB value is (25,74,231). Sum of RGB (Red+Green+Blue) = 25+74+231=330 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.58% from 330); Green value is 74 (29.30% from 255 or 22.42% from 330); Blue value is 231 (90.62% from 255 or 70% from 330); Max value from RGB is 231 - color contains mainly: blue. Hex color #194AE7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #194AE7 is #E6B518. Grayscale: #4C4C4C. Windows color (decimal): -15119641 or 15157785. OLE color: 15157785.
HSL color Cylindrical-coordinate representation of color #194AE7: hue angle of 225.73º 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 #194AE7 is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 25 | 74 | 231 | - |
| CMYK | 0.89 | 0.68 | 0 | 0.09 |
| HSL | 225.73º | 0.81% | 0.5% | - |
| HSV(B) | 225.73º | 0.89% | 0.91% | - |
| XYZ | 17.27 | 10.87 | 76.79 | - |
| YUV | 77.25 | 214.77 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 74 | 231 | 0.89 | 0.68 | 0 | 0.09 | 225.73 | 0.81 | 0.5 |
| Hex | 19 | 4A | E7 | 59 | 44 | 0 | 9 | E2 | 51 | 32 |
| Octal | 31 | 112 | 347 | 131 | 104 | 0 | 11 | 342 | 121 | 62 |
| Binary | 11001 | 1001010 | 11100111 | 1011001 | 1000100 | 0 | 1001 | 11100010 | 1010001 | 110010 |
Color Harmonies of #194AE7
Complementary color
Monochromatic Colors of #194AE7
Black with #194AE7
Text Example
Text Example
White with #194AE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194AE7; }
p { color: rgb(25,74,231); }
H1.HeaderClassName
{
color: #194AE7;
}
.AnyTagClassName
{
color: #194AE7;
}
</style>
background-color css
<style>
a { background-color: #194AE7; }
a { background-color: rgb(25,74,231); }
div.DivClassName
{
background-color: #194AE7;
}
.BgClassName
{
background-color: #194AE7;
}
</style>
border-color css
<style>
span { border-color: #194AE7; }
span { border-color: rgb(25,74,231); }
td.TdClassName
{
border-color: #194AE7;
}
.TagClassName
{
border-color: #194AE7;
}
</style>