Shades of Cerulean Blue #194ECF
Tints of Cerulean Blue #194ECF
RGB
CMYK
RGB Variations
Color information
#194ECF (or 0x194ECF) is known color: Cerulean Blue. HEX triplet: 19, 4E and CF. RGB value is (25,78,207). Sum of RGB (Red+Green+Blue) = 25+78+207=310 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.06% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 207 (81.25% from 255 or 66.77% from 310); Max value from RGB is 207 - color contains mainly: blue. Hex color #194ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #194ECF is #E6B130. Grayscale: #4C4C4C. Windows color (decimal): -15118641 or 13585945. OLE color: 13585945.
HSL color Cylindrical-coordinate representation of color #194ECF: hue angle of 222.53º 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 #194ECF is Cyan = 0.88, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 78 | 207 | - |
| CMYK | 0.88 | 0.62 | 0 | 0.19 |
| HSL | 222.53º | 0.78% | 0.45% | - |
| HSV(B) | 222.53º | 0.88% | 0.81% | - |
| XYZ | 14.39 | 10.16 | 60.23 | - |
| YUV | 76.86 | 201.44 | 91.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 78 | 207 | 0.88 | 0.62 | 0 | 0.19 | 222.53 | 0.78 | 0.45 |
| Hex | 19 | 4E | CF | 58 | 3E | 0 | 13 | DF | 4E | 2D |
| Octal | 31 | 116 | 317 | 130 | 76 | 0 | 23 | 337 | 116 | 55 |
| Binary | 11001 | 1001110 | 11001111 | 1011000 | 111110 | 0 | 10011 | 11011111 | 1001110 | 101101 |
Color Harmonies of #194ECF
Complementary color
Monochromatic Colors of #194ECF
Black with #194ECF
Text Example
Text Example
White with #194ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194ECF; }
p { color: rgb(25,78,207); }
H1.HeaderClassName
{
color: #194ECF;
}
.AnyTagClassName
{
color: #194ECF;
}
</style>
background-color css
<style>
a { background-color: #194ECF; }
a { background-color: rgb(25,78,207); }
div.DivClassName
{
background-color: #194ECF;
}
.BgClassName
{
background-color: #194ECF;
}
</style>
border-color css
<style>
span { border-color: #194ECF; }
span { border-color: rgb(25,78,207); }
td.TdClassName
{
border-color: #194ECF;
}
.TagClassName
{
border-color: #194ECF;
}
</style>