Shades of Cerulean Blue #194DCC
Tints of Cerulean Blue #194DCC
RGB
CMYK
RGB Variations
Color information
#194DCC (or 0x194DCC) is known color: Cerulean Blue. HEX triplet: 19, 4D and CC. RGB value is (25,77,204). Sum of RGB (Red+Green+Blue) = 25+77+204=306 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.17% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 204 (80.08% from 255 or 66.67% from 306); Max value from RGB is 204 - color contains mainly: blue. Hex color #194DCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #194DCC is #E6B233. Grayscale: #4B4B4B. Windows color (decimal): -15118900 or 13389081. OLE color: 13389081.
HSL color Cylindrical-coordinate representation of color #194DCC: hue angle of 222.57º 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 #194DCC is Cyan = 0.88, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 25 | 77 | 204 | - |
| CMYK | 0.88 | 0.62 | 0 | 0.2 |
| HSL | 222.57º | 0.78% | 0.45% | - |
| HSV(B) | 222.57º | 0.88% | 0.8% | - |
| XYZ | 13.95 | 9.87 | 58.3 | - |
| YUV | 75.93 | 200.27 | 91.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 77 | 204 | 0.88 | 0.62 | 0 | 0.2 | 222.57 | 0.78 | 0.45 |
| Hex | 19 | 4D | CC | 58 | 3E | 0 | 14 | DF | 4E | 2D |
| Octal | 31 | 115 | 314 | 130 | 76 | 0 | 24 | 337 | 116 | 55 |
| Binary | 11001 | 1001101 | 11001100 | 1011000 | 111110 | 0 | 10100 | 11011111 | 1001110 | 101101 |
Color Harmonies of #194DCC
Complementary color
Monochromatic Colors of #194DCC
Black with #194DCC
Text Example
Text Example
White with #194DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194DCC; }
p { color: rgb(25,77,204); }
H1.HeaderClassName
{
color: #194DCC;
}
.AnyTagClassName
{
color: #194DCC;
}
</style>
background-color css
<style>
a { background-color: #194DCC; }
a { background-color: rgb(25,77,204); }
div.DivClassName
{
background-color: #194DCC;
}
.BgClassName
{
background-color: #194DCC;
}
</style>
border-color css
<style>
span { border-color: #194DCC; }
span { border-color: rgb(25,77,204); }
td.TdClassName
{
border-color: #194DCC;
}
.TagClassName
{
border-color: #194DCC;
}
</style>