Shades of Cerulean Blue #194BEE
Tints of Cerulean Blue #194BEE
RGB
CMYK
RGB Variations
Color information
#194BEE (or 0x194BEE) is known color: Cerulean Blue. HEX triplet: 19, 4B and EE. RGB value is (25,75,238). Sum of RGB (Red+Green+Blue) = 25+75+238=338 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.40% from 338); Green value is 75 (29.69% from 255 or 22.19% from 338); Blue value is 238 (93.36% from 255 or 70.41% from 338); Max value from RGB is 238 - color contains mainly: blue. Hex color #194BEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #194BEE is #E6B411. Grayscale: #4D4D4D. Windows color (decimal): -15119378 or 15616793. OLE color: 15616793.
HSL color Cylindrical-coordinate representation of color #194BEE: hue angle of 225.92º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #194BEE is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 75 | 238 | - |
| CMYK | 0.89 | 0.68 | 0 | 0.07 |
| HSL | 225.92º | 0.86% | 0.52% | - |
| HSV(B) | 225.92º | 0.89% | 0.93% | - |
| XYZ | 18.35 | 11.41 | 82.12 | - |
| YUV | 78.63 | 217.94 | 89.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 75 | 238 | 0.89 | 0.68 | 0 | 0.07 | 225.92 | 0.86 | 0.52 |
| Hex | 19 | 4B | EE | 59 | 44 | 0 | 7 | E2 | 56 | 34 |
| Octal | 31 | 113 | 356 | 131 | 104 | 0 | 7 | 342 | 126 | 64 |
| Binary | 11001 | 1001011 | 11101110 | 1011001 | 1000100 | 0 | 111 | 11100010 | 1010110 | 110100 |
Color Harmonies of #194BEE
Complementary color
Monochromatic Colors of #194BEE
Black with #194BEE
Text Example
Text Example
White with #194BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194BEE; }
p { color: rgb(25,75,238); }
H1.HeaderClassName
{
color: #194BEE;
}
.AnyTagClassName
{
color: #194BEE;
}
</style>
background-color css
<style>
a { background-color: #194BEE; }
a { background-color: rgb(25,75,238); }
div.DivClassName
{
background-color: #194BEE;
}
.BgClassName
{
background-color: #194BEE;
}
</style>
border-color css
<style>
span { border-color: #194BEE; }
span { border-color: rgb(25,75,238); }
td.TdClassName
{
border-color: #194BEE;
}
.TagClassName
{
border-color: #194BEE;
}
</style>