Shades of Cerulean Blue #194DCF
Tints of Cerulean Blue #194DCF
RGB
CMYK
RGB Variations
Color information
#194DCF (or 0x194DCF) is known color: Cerulean Blue. HEX triplet: 19, 4D and CF. RGB value is (25,77,207). Sum of RGB (Red+Green+Blue) = 25+77+207=309 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.09% from 309); Green value is 77 (30.47% from 255 or 24.92% from 309); Blue value is 207 (81.25% from 255 or 66.99% from 309); Max value from RGB is 207 - color contains mainly: blue. Hex color #194DCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #194DCF is #E6B230. Grayscale: #4B4B4B. Windows color (decimal): -15118897 or 13585689. OLE color: 13585689.
HSL color Cylindrical-coordinate representation of color #194DCF: hue angle of 222.86º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #194DCF is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 77 | 207 | - |
| CMYK | 0.88 | 0.63 | 0 | 0.19 |
| HSL | 222.86º | 0.78% | 0.45% | - |
| HSV(B) | 222.86º | 0.88% | 0.81% | - |
| XYZ | 14.32 | 10.02 | 60.21 | - |
| YUV | 76.27 | 201.77 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 77 | 207 | 0.88 | 0.63 | 0 | 0.19 | 222.86 | 0.78 | 0.45 |
| Hex | 19 | 4D | CF | 58 | 3F | 0 | 13 | DF | 4E | 2D |
| Octal | 31 | 115 | 317 | 130 | 77 | 0 | 23 | 337 | 116 | 55 |
| Binary | 11001 | 1001101 | 11001111 | 1011000 | 111111 | 0 | 10011 | 11011111 | 1001110 | 101101 |
Color Harmonies of #194DCF
Complementary color
Monochromatic Colors of #194DCF
Black with #194DCF
Text Example
Text Example
White with #194DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194DCF; }
p { color: rgb(25,77,207); }
H1.HeaderClassName
{
color: #194DCF;
}
.AnyTagClassName
{
color: #194DCF;
}
</style>
background-color css
<style>
a { background-color: #194DCF; }
a { background-color: rgb(25,77,207); }
div.DivClassName
{
background-color: #194DCF;
}
.BgClassName
{
background-color: #194DCF;
}
</style>
border-color css
<style>
span { border-color: #194DCF; }
span { border-color: rgb(25,77,207); }
td.TdClassName
{
border-color: #194DCF;
}
.TagClassName
{
border-color: #194DCF;
}
</style>