Shades of Cerulean Blue #194DB8
Tints of Cerulean Blue #194DB8
RGB
CMYK
RGB Variations
Color information
#194DB8 (or 0x194DB8) is known color: Cerulean Blue. HEX triplet: 19, 4D and B8. RGB value is (25,77,184). Sum of RGB (Red+Green+Blue) = 25+77+184=286 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.74% from 286); Green value is 77 (30.47% from 255 or 26.92% from 286); Blue value is 184 (72.27% from 255 or 64.34% from 286); Max value from RGB is 184 - color contains mainly: blue. Hex color #194DB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #194DB8 is #E6B247. Grayscale: #494949. Windows color (decimal): -15118920 or 12078361. OLE color: 12078361.
HSL color Cylindrical-coordinate representation of color #194DB8: hue angle of 220.38º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #194DB8 is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 25 | 77 | 184 | - |
| CMYK | 0.86 | 0.58 | 0 | 0.28 |
| HSL | 220.38º | 0.76% | 0.41% | - |
| HSV(B) | 220.38º | 0.86% | 0.72% | - |
| XYZ | 11.71 | 8.98 | 46.46 | - |
| YUV | 73.65 | 190.27 | 93.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 77 | 184 | 0.86 | 0.58 | 0 | 0.28 | 220.38 | 0.76 | 0.41 |
| Hex | 19 | 4D | B8 | 56 | 3A | 0 | 1C | DC | 4C | 29 |
| Octal | 31 | 115 | 270 | 126 | 72 | 0 | 34 | 334 | 114 | 51 |
| Binary | 11001 | 1001101 | 10111000 | 1010110 | 111010 | 0 | 11100 | 11011100 | 1001100 | 101001 |
Color Harmonies of #194DB8
Complementary color
Monochromatic Colors of #194DB8
Black with #194DB8
Text Example
Text Example
White with #194DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194DB8; }
p { color: rgb(25,77,184); }
H1.HeaderClassName
{
color: #194DB8;
}
.AnyTagClassName
{
color: #194DB8;
}
</style>
background-color css
<style>
a { background-color: #194DB8; }
a { background-color: rgb(25,77,184); }
div.DivClassName
{
background-color: #194DB8;
}
.BgClassName
{
background-color: #194DB8;
}
</style>
border-color css
<style>
span { border-color: #194DB8; }
span { border-color: rgb(25,77,184); }
td.TdClassName
{
border-color: #194DB8;
}
.TagClassName
{
border-color: #194DB8;
}
</style>