Shades of Cerulean Blue #194CED
Tints of Cerulean Blue #194CED
RGB
CMYK
RGB Variations
Color information
#194CED (or 0x194CED) is known color: Cerulean Blue. HEX triplet: 19, 4C and ED. RGB value is (25,76,237). Sum of RGB (Red+Green+Blue) = 25+76+237=338 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.40% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 237 (92.97% from 255 or 70.12% from 338); Max value from RGB is 237 - color contains mainly: blue. Hex color #194CED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #194CED is #E6B312. Grayscale: #4E4E4E. Windows color (decimal): -15119123 or 15551513. OLE color: 15551513.
HSL color Cylindrical-coordinate representation of color #194CED: hue angle of 225.57º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #194CED is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 76 | 237 | - |
| CMYK | 0.89 | 0.68 | 0 | 0.07 |
| HSL | 225.57º | 0.85% | 0.51% | - |
| HSV(B) | 225.57º | 0.89% | 0.93% | - |
| XYZ | 18.27 | 11.49 | 81.38 | - |
| YUV | 79.11 | 217.1 | 89.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 76 | 237 | 0.89 | 0.68 | 0 | 0.07 | 225.57 | 0.85 | 0.51 |
| Hex | 19 | 4C | ED | 59 | 44 | 0 | 7 | E2 | 55 | 33 |
| Octal | 31 | 114 | 355 | 131 | 104 | 0 | 7 | 342 | 125 | 63 |
| Binary | 11001 | 1001100 | 11101101 | 1011001 | 1000100 | 0 | 111 | 11100010 | 1010101 | 110011 |
Color Harmonies of #194CED
Complementary color
Monochromatic Colors of #194CED
Black with #194CED
Text Example
Text Example
White with #194CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194CED; }
p { color: rgb(25,76,237); }
H1.HeaderClassName
{
color: #194CED;
}
.AnyTagClassName
{
color: #194CED;
}
</style>
background-color css
<style>
a { background-color: #194CED; }
a { background-color: rgb(25,76,237); }
div.DivClassName
{
background-color: #194CED;
}
.BgClassName
{
background-color: #194CED;
}
</style>
border-color css
<style>
span { border-color: #194CED; }
span { border-color: rgb(25,76,237); }
td.TdClassName
{
border-color: #194CED;
}
.TagClassName
{
border-color: #194CED;
}
</style>