Shades of Blue #1914F0
Tints of Blue #1914F0
RGB
CMYK
RGB Variations
Color information
#1914F0 (or 0x1914F0) is known color: Blue. HEX triplet: 19, 14 and F0. RGB value is (25,20,240). Sum of RGB (Red+Green+Blue) = 25+20+240=285 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.77% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 240 (94.14% from 255 or 84.21% from 285); Max value from RGB is 240 - color contains mainly: blue. Hex color #1914F0 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1914F0 is #E6EB0F. Grayscale: #2D2D2D. Windows color (decimal): -15133456 or 15733785. OLE color: 15733785.
HSL color Cylindrical-coordinate representation of color #1914F0: hue angle of 241.36º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1914F0 is Cyan = 0.90, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 20 | 240 | - |
| CMYK | 0.90 | 0.92 | 0 | 0.06 |
| HSL | 241.36º | 0.88% | 0.51% | - |
| HSV(B) | 241.36º | 0.92% | 0.94% | - |
| XYZ | 16.38 | 7 | 82.93 | - |
| YUV | 46.58 | 237.16 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 20 | 240 | 0.90 | 0.92 | 0 | 0.06 | 241.36 | 0.88 | 0.51 |
| Hex | 19 | 14 | F0 | 5A | 5C | 0 | 6 | F1 | 58 | 33 |
| Octal | 31 | 24 | 360 | 132 | 134 | 0 | 6 | 361 | 130 | 63 |
| Binary | 11001 | 10100 | 11110000 | 1011010 | 1011100 | 0 | 110 | 11110001 | 1011000 | 110011 |
Color Harmonies of #1914F0
Complementary color
Monochromatic Colors of #1914F0
Black with #1914F0
Text Example
Text Example
White with #1914F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1914F0; }
p { color: rgb(25,20,240); }
H1.HeaderClassName
{
color: #1914F0;
}
.AnyTagClassName
{
color: #1914F0;
}
</style>
background-color css
<style>
a { background-color: #1914F0; }
a { background-color: rgb(25,20,240); }
div.DivClassName
{
background-color: #1914F0;
}
.BgClassName
{
background-color: #1914F0;
}
</style>
border-color css
<style>
span { border-color: #1914F0; }
span { border-color: rgb(25,20,240); }
td.TdClassName
{
border-color: #1914F0;
}
.TagClassName
{
border-color: #1914F0;
}
</style>