Shades of Cerulean Blue #194DBD
Tints of Cerulean Blue #194DBD
RGB
CMYK
RGB Variations
Color information
#194DBD (or 0x194DBD) is known color: Cerulean Blue. HEX triplet: 19, 4D and BD. RGB value is (25,77,189). Sum of RGB (Red+Green+Blue) = 25+77+189=291 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.59% from 291); Green value is 77 (30.47% from 255 or 26.46% from 291); Blue value is 189 (74.22% from 255 or 64.95% from 291); Max value from RGB is 189 - color contains mainly: blue. Hex color #194DBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #194DBD is #E6B242. Grayscale: #494949. Windows color (decimal): -15118915 or 12406041. OLE color: 12406041.
HSL color Cylindrical-coordinate representation of color #194DBD: hue angle of 220.98º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #194DBD is Cyan = 0.87, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 25 | 77 | 189 | - |
| CMYK | 0.87 | 0.59 | 0 | 0.26 |
| HSL | 220.98º | 0.77% | 0.42% | - |
| HSV(B) | 220.98º | 0.87% | 0.74% | - |
| XYZ | 12.24 | 9.19 | 49.27 | - |
| YUV | 74.22 | 192.77 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 77 | 189 | 0.87 | 0.59 | 0 | 0.26 | 220.98 | 0.77 | 0.42 |
| Hex | 19 | 4D | BD | 57 | 3B | 0 | 1A | DD | 4D | 2A |
| Octal | 31 | 115 | 275 | 127 | 73 | 0 | 32 | 335 | 115 | 52 |
| Binary | 11001 | 1001101 | 10111101 | 1010111 | 111011 | 0 | 11010 | 11011101 | 1001101 | 101010 |
Color Harmonies of #194DBD
Complementary color
Monochromatic Colors of #194DBD
Black with #194DBD
Text Example
Text Example
White with #194DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194DBD; }
p { color: rgb(25,77,189); }
H1.HeaderClassName
{
color: #194DBD;
}
.AnyTagClassName
{
color: #194DBD;
}
</style>
background-color css
<style>
a { background-color: #194DBD; }
a { background-color: rgb(25,77,189); }
div.DivClassName
{
background-color: #194DBD;
}
.BgClassName
{
background-color: #194DBD;
}
</style>
border-color css
<style>
span { border-color: #194DBD; }
span { border-color: rgb(25,77,189); }
td.TdClassName
{
border-color: #194DBD;
}
.TagClassName
{
border-color: #194DBD;
}
</style>