Shades of Blue #2515FA
Tints of Blue #2515FA
RGB
CMYK
RGB Variations
Color information
#2515FA (or 0x2515FA) is known color: Blue. HEX triplet: 25, 15 and FA. RGB value is (37,21,250). Sum of RGB (Red+Green+Blue) = 37+21+250=308 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.01% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 250 (98.05% from 255 or 81.17% from 308); Max value from RGB is 250 - color contains mainly: blue. Hex color #2515FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2515FA is #DAEA05. Grayscale: #323232. Windows color (decimal): -14346758 or 16389413. OLE color: 16389413.
HSL color Cylindrical-coordinate representation of color #2515FA: hue angle of 244.19º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2515FA is Cyan = 0.85, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 21 | 250 | - |
| CMYK | 0.85 | 0.92 | 0 | 0.02 |
| HSL | 244.19º | 0.96% | 0.53% | - |
| HSV(B) | 244.19º | 0.92% | 0.98% | - |
| XYZ | 18.29 | 7.83 | 90.99 | - |
| YUV | 51.89 | 239.8 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 21 | 250 | 0.85 | 0.92 | 0 | 0.02 | 244.19 | 0.96 | 0.53 |
| Hex | 25 | 15 | FA | 55 | 5C | 0 | 2 | F4 | 60 | 35 |
| Octal | 45 | 25 | 372 | 125 | 134 | 0 | 2 | 364 | 140 | 65 |
| Binary | 100101 | 10101 | 11111010 | 1010101 | 1011100 | 0 | 10 | 11110100 | 1100000 | 110101 |
Color Harmonies of #2515FA
Complementary color
Monochromatic Colors of #2515FA
Black with #2515FA
Text Example
Text Example
White with #2515FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2515FA; }
p { color: rgb(37,21,250); }
H1.HeaderClassName
{
color: #2515FA;
}
.AnyTagClassName
{
color: #2515FA;
}
</style>
background-color css
<style>
a { background-color: #2515FA; }
a { background-color: rgb(37,21,250); }
div.DivClassName
{
background-color: #2515FA;
}
.BgClassName
{
background-color: #2515FA;
}
</style>
border-color css
<style>
span { border-color: #2515FA; }
span { border-color: rgb(37,21,250); }
td.TdClassName
{
border-color: #2515FA;
}
.TagClassName
{
border-color: #2515FA;
}
</style>