Shades of Cerulean Blue #194FBD
Tints of Cerulean Blue #194FBD
RGB
CMYK
RGB Variations
Color information
#194FBD (or 0x194FBD) is known color: Cerulean Blue. HEX triplet: 19, 4F and BD. RGB value is (25,79,189). Sum of RGB (Red+Green+Blue) = 25+79+189=293 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.53% from 293); Green value is 79 (31.25% from 255 or 26.96% from 293); Blue value is 189 (74.22% from 255 or 64.51% from 293); Max value from RGB is 189 - color contains mainly: blue. Hex color #194FBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #194FBD is #E6B042. Grayscale: #4A4A4A. Windows color (decimal): -15118403 or 12406553. OLE color: 12406553.
HSL color Cylindrical-coordinate representation of color #194FBD: hue angle of 220.24º 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 #194FBD is Cyan = 0.87, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 25 | 79 | 189 | - |
| CMYK | 0.87 | 0.58 | 0 | 0.26 |
| HSL | 220.24º | 0.77% | 0.42% | - |
| HSV(B) | 220.24º | 0.87% | 0.74% | - |
| XYZ | 12.38 | 9.47 | 49.32 | - |
| YUV | 75.39 | 192.11 | 92.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 79 | 189 | 0.87 | 0.58 | 0 | 0.26 | 220.24 | 0.77 | 0.42 |
| Hex | 19 | 4F | BD | 57 | 3A | 0 | 1A | DC | 4D | 2A |
| Octal | 31 | 117 | 275 | 127 | 72 | 0 | 32 | 334 | 115 | 52 |
| Binary | 11001 | 1001111 | 10111101 | 1010111 | 111010 | 0 | 11010 | 11011100 | 1001101 | 101010 |
Color Harmonies of #194FBD
Complementary color
Monochromatic Colors of #194FBD
Black with #194FBD
Text Example
Text Example
White with #194FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194FBD; }
p { color: rgb(25,79,189); }
H1.HeaderClassName
{
color: #194FBD;
}
.AnyTagClassName
{
color: #194FBD;
}
</style>
background-color css
<style>
a { background-color: #194FBD; }
a { background-color: rgb(25,79,189); }
div.DivClassName
{
background-color: #194FBD;
}
.BgClassName
{
background-color: #194FBD;
}
</style>
border-color css
<style>
span { border-color: #194FBD; }
span { border-color: rgb(25,79,189); }
td.TdClassName
{
border-color: #194FBD;
}
.TagClassName
{
border-color: #194FBD;
}
</style>