Shades of Blue #2510FD
Tints of Blue #2510FD
RGB
CMYK
RGB Variations
Color information
#2510FD (or 0x2510FD) is known color: Blue. HEX triplet: 25, 10 and FD. RGB value is (37,16,253). Sum of RGB (Red+Green+Blue) = 37+16+253=306 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.09% from 306); Green value is 16 (6.64% from 255 or 5.23% from 306); Blue value is 253 (99.22% from 255 or 82.68% from 306); Max value from RGB is 253 - color contains mainly: blue. Hex color #2510FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2510FD is #DAEF02. Grayscale: #303030. Windows color (decimal): -14348035 or 16584741. OLE color: 16584741.
HSL color Cylindrical-coordinate representation of color #2510FD: hue angle of 245.32º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2510FD is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 16 | 253 | - |
| CMYK | 0.85 | 0.94 | 0 | 0.01 |
| HSL | 245.32º | 0.98% | 0.53% | - |
| HSV(B) | 245.32º | 0.94% | 0.99% | - |
| XYZ | 18.68 | 7.86 | 93.46 | - |
| YUV | 49.3 | 242.96 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 16 | 253 | 0.85 | 0.94 | 0 | 0.01 | 245.32 | 0.98 | 0.53 |
| Hex | 25 | 10 | FD | 55 | 5E | 0 | 1 | F5 | 62 | 35 |
| Octal | 45 | 20 | 375 | 125 | 136 | 0 | 1 | 365 | 142 | 65 |
| Binary | 100101 | 10000 | 11111101 | 1010101 | 1011110 | 0 | 1 | 11110101 | 1100010 | 110101 |
Color Harmonies of #2510FD
Complementary color
Monochromatic Colors of #2510FD
Black with #2510FD
Text Example
Text Example
White with #2510FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2510FD; }
p { color: rgb(37,16,253); }
H1.HeaderClassName
{
color: #2510FD;
}
.AnyTagClassName
{
color: #2510FD;
}
</style>
background-color css
<style>
a { background-color: #2510FD; }
a { background-color: rgb(37,16,253); }
div.DivClassName
{
background-color: #2510FD;
}
.BgClassName
{
background-color: #2510FD;
}
</style>
border-color css
<style>
span { border-color: #2510FD; }
span { border-color: rgb(37,16,253); }
td.TdClassName
{
border-color: #2510FD;
}
.TagClassName
{
border-color: #2510FD;
}
</style>