Shades of Cerulean Blue #194DD3
Tints of Cerulean Blue #194DD3
RGB
CMYK
RGB Variations
Color information
#194DD3 (or 0x194DD3) is known color: Cerulean Blue. HEX triplet: 19, 4D and D3. RGB value is (25,77,211). Sum of RGB (Red+Green+Blue) = 25+77+211=313 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.99% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 211 (82.81% from 255 or 67.41% from 313); Max value from RGB is 211 - color contains mainly: blue. Hex color #194DD3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #194DD3 is #E6B22C. Grayscale: #4C4C4C. Windows color (decimal): -15118893 or 13847833. OLE color: 13847833.
HSL color Cylindrical-coordinate representation of color #194DD3: hue angle of 223.23º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #194DD3 is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 25 | 77 | 211 | - |
| CMYK | 0.88 | 0.64 | 0 | 0.17 |
| HSL | 223.23º | 0.79% | 0.46% | - |
| HSV(B) | 223.23º | 0.88% | 0.83% | - |
| XYZ | 14.81 | 10.22 | 62.82 | - |
| YUV | 76.73 | 203.77 | 91.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 77 | 211 | 0.88 | 0.64 | 0 | 0.17 | 223.23 | 0.79 | 0.46 |
| Hex | 19 | 4D | D3 | 58 | 40 | 0 | 11 | DF | 4F | 2E |
| Octal | 31 | 115 | 323 | 130 | 100 | 0 | 21 | 337 | 117 | 56 |
| Binary | 11001 | 1001101 | 11010011 | 1011000 | 1000000 | 0 | 10001 | 11011111 | 1001111 | 101110 |
Color Harmonies of #194DD3
Complementary color
Monochromatic Colors of #194DD3
Black with #194DD3
Text Example
Text Example
White with #194DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194DD3; }
p { color: rgb(25,77,211); }
H1.HeaderClassName
{
color: #194DD3;
}
.AnyTagClassName
{
color: #194DD3;
}
</style>
background-color css
<style>
a { background-color: #194DD3; }
a { background-color: rgb(25,77,211); }
div.DivClassName
{
background-color: #194DD3;
}
.BgClassName
{
background-color: #194DD3;
}
</style>
border-color css
<style>
span { border-color: #194DD3; }
span { border-color: rgb(25,77,211); }
td.TdClassName
{
border-color: #194DD3;
}
.TagClassName
{
border-color: #194DD3;
}
</style>