Shades of Cerulean Blue #194BED
Tints of Cerulean Blue #194BED
RGB
CMYK
RGB Variations
Color information
#194BED (or 0x194BED) is known color: Cerulean Blue. HEX triplet: 19, 4B and ED. RGB value is (25,75,237). Sum of RGB (Red+Green+Blue) = 25+75+237=337 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.42% from 337); Green value is 75 (29.69% from 255 or 22.26% from 337); Blue value is 237 (92.97% from 255 or 70.33% from 337); Max value from RGB is 237 - color contains mainly: blue. Hex color #194BED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #194BED is #E6B412. Grayscale: #4D4D4D. Windows color (decimal): -15119379 or 15551257. OLE color: 15551257.
HSL color Cylindrical-coordinate representation of color #194BED: hue angle of 225.85º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #194BED is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 75 | 237 | - |
| CMYK | 0.89 | 0.68 | 0 | 0.07 |
| HSL | 225.85º | 0.85% | 0.51% | - |
| HSV(B) | 225.85º | 0.89% | 0.93% | - |
| XYZ | 18.2 | 11.35 | 81.35 | - |
| YUV | 78.52 | 217.44 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 75 | 237 | 0.89 | 0.68 | 0 | 0.07 | 225.85 | 0.85 | 0.51 |
| Hex | 19 | 4B | ED | 59 | 44 | 0 | 7 | E2 | 55 | 33 |
| Octal | 31 | 113 | 355 | 131 | 104 | 0 | 7 | 342 | 125 | 63 |
| Binary | 11001 | 1001011 | 11101101 | 1011001 | 1000100 | 0 | 111 | 11100010 | 1010101 | 110011 |
Color Harmonies of #194BED
Complementary color
Monochromatic Colors of #194BED
Black with #194BED
Text Example
Text Example
White with #194BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194BED; }
p { color: rgb(25,75,237); }
H1.HeaderClassName
{
color: #194BED;
}
.AnyTagClassName
{
color: #194BED;
}
</style>
background-color css
<style>
a { background-color: #194BED; }
a { background-color: rgb(25,75,237); }
div.DivClassName
{
background-color: #194BED;
}
.BgClassName
{
background-color: #194BED;
}
</style>
border-color css
<style>
span { border-color: #194BED; }
span { border-color: rgb(25,75,237); }
td.TdClassName
{
border-color: #194BED;
}
.TagClassName
{
border-color: #194BED;
}
</style>