Shades of Blue #2502FD
Tints of Blue #2502FD
RGB
CMYK
RGB Variations
Color information
#2502FD (or 0x2502FD) is known color: Blue. HEX triplet: 25, 02 and FD. RGB value is (37,2,253). Sum of RGB (Red+Green+Blue) = 37+2+253=292 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.67% from 292); Green value is 2 (1.17% from 255 or 0.68% from 292); Blue value is 253 (99.22% from 255 or 86.64% from 292); Max value from RGB is 253 - color contains mainly: blue. Hex color #2502FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2502FD is #DAFD02. Grayscale: #282828. Windows color (decimal): -14351619 or 16581157. OLE color: 16581157.
HSL color Cylindrical-coordinate representation of color #2502FD: hue angle of 248.37º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2502FD is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 2 | 253 | - |
| CMYK | 0.85 | 0.99 | 0 | 0.01 |
| HSL | 248.37º | 0.98% | 0.5% | - |
| HSV(B) | 248.37º | 0.99% | 0.99% | - |
| XYZ | 18.51 | 7.53 | 93.41 | - |
| YUV | 41.08 | 247.6 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 2 | 253 | 0.85 | 0.99 | 0 | 0.01 | 248.37 | 0.98 | 0.5 |
| Hex | 25 | 2 | FD | 55 | 63 | 0 | 1 | F8 | 62 | 32 |
| Octal | 45 | 2 | 375 | 125 | 143 | 0 | 1 | 370 | 142 | 62 |
| Binary | 100101 | 10 | 11111101 | 1010101 | 1100011 | 0 | 1 | 11111000 | 1100010 | 110010 |
Color Harmonies of #2502FD
Complementary color
Monochromatic Colors of #2502FD
Black with #2502FD
Text Example
Text Example
White with #2502FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2502FD; }
p { color: rgb(37,2,253); }
H1.HeaderClassName
{
color: #2502FD;
}
.AnyTagClassName
{
color: #2502FD;
}
</style>
background-color css
<style>
a { background-color: #2502FD; }
a { background-color: rgb(37,2,253); }
div.DivClassName
{
background-color: #2502FD;
}
.BgClassName
{
background-color: #2502FD;
}
</style>
border-color css
<style>
span { border-color: #2502FD; }
span { border-color: rgb(37,2,253); }
td.TdClassName
{
border-color: #2502FD;
}
.TagClassName
{
border-color: #2502FD;
}
</style>