Shades of Cerulean Blue #194FCC
Tints of Cerulean Blue #194FCC
RGB
CMYK
RGB Variations
Color information
#194FCC (or 0x194FCC) is known color: Cerulean Blue. HEX triplet: 19, 4F and CC. RGB value is (25,79,204). Sum of RGB (Red+Green+Blue) = 25+79+204=308 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.12% from 308); Green value is 79 (31.25% from 255 or 25.65% from 308); Blue value is 204 (80.08% from 255 or 66.23% from 308); Max value from RGB is 204 - color contains mainly: blue. Hex color #194FCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #194FCC is #E6B033. Grayscale: #4C4C4C. Windows color (decimal): -15118388 or 13389593. OLE color: 13389593.
HSL color Cylindrical-coordinate representation of color #194FCC: hue angle of 221.9º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #194FCC is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 25 | 79 | 204 | - |
| CMYK | 0.88 | 0.61 | 0 | 0.2 |
| HSL | 221.9º | 0.78% | 0.45% | - |
| HSV(B) | 221.9º | 0.88% | 0.8% | - |
| XYZ | 14.1 | 10.16 | 58.34 | - |
| YUV | 77.1 | 199.61 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 79 | 204 | 0.88 | 0.61 | 0 | 0.2 | 221.9 | 0.78 | 0.45 |
| Hex | 19 | 4F | CC | 58 | 3D | 0 | 14 | DE | 4E | 2D |
| Octal | 31 | 117 | 314 | 130 | 75 | 0 | 24 | 336 | 116 | 55 |
| Binary | 11001 | 1001111 | 11001100 | 1011000 | 111101 | 0 | 10100 | 11011110 | 1001110 | 101101 |
Color Harmonies of #194FCC
Complementary color
Monochromatic Colors of #194FCC
Black with #194FCC
Text Example
Text Example
White with #194FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194FCC; }
p { color: rgb(25,79,204); }
H1.HeaderClassName
{
color: #194FCC;
}
.AnyTagClassName
{
color: #194FCC;
}
</style>
background-color css
<style>
a { background-color: #194FCC; }
a { background-color: rgb(25,79,204); }
div.DivClassName
{
background-color: #194FCC;
}
.BgClassName
{
background-color: #194FCC;
}
</style>
border-color css
<style>
span { border-color: #194FCC; }
span { border-color: rgb(25,79,204); }
td.TdClassName
{
border-color: #194FCC;
}
.TagClassName
{
border-color: #194FCC;
}
</style>