Shades of Blue #2516FA
Tints of Blue #2516FA
RGB
CMYK
RGB Variations
Color information
#2516FA (or 0x2516FA) is known color: Blue. HEX triplet: 25, 16 and FA. RGB value is (37,22,250). Sum of RGB (Red+Green+Blue) = 37+22+250=309 (40% of max value = 765). Red value is 37 (14.84% from 255 or 11.97% from 309); Green value is 22 (8.98% from 255 or 7.12% from 309); Blue value is 250 (98.05% from 255 or 80.91% from 309); Max value from RGB is 250 - color contains mainly: blue. Hex color #2516FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2516FA is #DAE905. Grayscale: #333333. Windows color (decimal): -14346502 or 16389669. OLE color: 16389669.
HSL color Cylindrical-coordinate representation of color #2516FA: hue angle of 243.95º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2516FA is Cyan = 0.85, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 22 | 250 | - |
| CMYK | 0.85 | 0.91 | 0 | 0.02 |
| HSL | 243.95º | 0.96% | 0.53% | - |
| HSV(B) | 243.95º | 0.91% | 0.98% | - |
| XYZ | 18.31 | 7.87 | 91 | - |
| YUV | 52.48 | 239.47 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 22 | 250 | 0.85 | 0.91 | 0 | 0.02 | 243.95 | 0.96 | 0.53 |
| Hex | 25 | 16 | FA | 55 | 5B | 0 | 2 | F4 | 60 | 35 |
| Octal | 45 | 26 | 372 | 125 | 133 | 0 | 2 | 364 | 140 | 65 |
| Binary | 100101 | 10110 | 11111010 | 1010101 | 1011011 | 0 | 10 | 11110100 | 1100000 | 110101 |
Color Harmonies of #2516FA
Complementary color
Monochromatic Colors of #2516FA
Black with #2516FA
Text Example
Text Example
White with #2516FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2516FA; }
p { color: rgb(37,22,250); }
H1.HeaderClassName
{
color: #2516FA;
}
.AnyTagClassName
{
color: #2516FA;
}
</style>
background-color css
<style>
a { background-color: #2516FA; }
a { background-color: rgb(37,22,250); }
div.DivClassName
{
background-color: #2516FA;
}
.BgClassName
{
background-color: #2516FA;
}
</style>
border-color css
<style>
span { border-color: #2516FA; }
span { border-color: rgb(37,22,250); }
td.TdClassName
{
border-color: #2516FA;
}
.TagClassName
{
border-color: #2516FA;
}
</style>