Shades of Blue #1915FD
Tints of Blue #1915FD
RGB
CMYK
RGB Variations
Color information
#1915FD (or 0x1915FD) is known color: Blue. HEX triplet: 19, 15 and FD. RGB value is (25,21,253). Sum of RGB (Red+Green+Blue) = 25+21+253=299 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.36% from 299); Green value is 21 (8.59% from 255 or 7.02% from 299); Blue value is 253 (99.22% from 255 or 84.62% from 299); Max value from RGB is 253 - color contains mainly: blue. Hex color #1915FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1915FD is #E6EA02. Grayscale: #2F2F2F. Windows color (decimal): -15133187 or 16586009. OLE color: 16586009.
HSL color Cylindrical-coordinate representation of color #1915FD: hue angle of 241.03º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1915FD is Cyan = 0.90, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 21 | 253 | - |
| CMYK | 0.90 | 0.92 | 0 | 0.01 |
| HSL | 241.03º | 0.98% | 0.54% | - |
| HSV(B) | 241.03º | 0.92% | 0.99% | - |
| XYZ | 18.4 | 7.83 | 93.47 | - |
| YUV | 48.64 | 243.33 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 21 | 253 | 0.90 | 0.92 | 0 | 0.01 | 241.03 | 0.98 | 0.54 |
| Hex | 19 | 15 | FD | 5A | 5C | 0 | 1 | F1 | 62 | 36 |
| Octal | 31 | 25 | 375 | 132 | 134 | 0 | 1 | 361 | 142 | 66 |
| Binary | 11001 | 10101 | 11111101 | 1011010 | 1011100 | 0 | 1 | 11110001 | 1100010 | 110110 |
Color Harmonies of #1915FD
Complementary color
Monochromatic Colors of #1915FD
Black with #1915FD
Text Example
Text Example
White with #1915FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1915FD; }
p { color: rgb(25,21,253); }
H1.HeaderClassName
{
color: #1915FD;
}
.AnyTagClassName
{
color: #1915FD;
}
</style>
background-color css
<style>
a { background-color: #1915FD; }
a { background-color: rgb(25,21,253); }
div.DivClassName
{
background-color: #1915FD;
}
.BgClassName
{
background-color: #1915FD;
}
</style>
border-color css
<style>
span { border-color: #1915FD; }
span { border-color: rgb(25,21,253); }
td.TdClassName
{
border-color: #1915FD;
}
.TagClassName
{
border-color: #1915FD;
}
</style>