Shades of Blue #2502F0
Tints of Blue #2502F0
RGB
CMYK
RGB Variations
Color information
#2502F0 (or 0x2502F0) is known color: Blue. HEX triplet: 25, 02 and F0. RGB value is (37,2,240). Sum of RGB (Red+Green+Blue) = 37+2+240=279 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.26% from 279); Green value is 2 (1.17% from 255 or 0.72% from 279); Blue value is 240 (94.14% from 255 or 86.02% from 279); Max value from RGB is 240 - color contains mainly: blue. Hex color #2502F0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2502F0 is #DAFD0F. Grayscale: #262626. Windows color (decimal): -14351632 or 15729189. OLE color: 15729189.
HSL color Cylindrical-coordinate representation of color #2502F0: hue angle of 248.82º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2502F0 is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 37 | 2 | 240 | - |
| CMYK | 0.85 | 0.99 | 0 | 0.06 |
| HSL | 248.82º | 0.98% | 0.47% | - |
| HSV(B) | 248.82º | 0.99% | 0.94% | - |
| XYZ | 16.51 | 6.73 | 82.87 | - |
| YUV | 39.6 | 241.1 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 2 | 240 | 0.85 | 0.99 | 0 | 0.06 | 248.82 | 0.98 | 0.47 |
| Hex | 25 | 2 | F0 | 55 | 63 | 0 | 6 | F9 | 62 | 2F |
| Octal | 45 | 2 | 360 | 125 | 143 | 0 | 6 | 371 | 142 | 57 |
| Binary | 100101 | 10 | 11110000 | 1010101 | 1100011 | 0 | 110 | 11111001 | 1100010 | 101111 |
Color Harmonies of #2502F0
Complementary color
Monochromatic Colors of #2502F0
Black with #2502F0
Text Example
Text Example
White with #2502F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2502F0; }
p { color: rgb(37,2,240); }
H1.HeaderClassName
{
color: #2502F0;
}
.AnyTagClassName
{
color: #2502F0;
}
</style>
background-color css
<style>
a { background-color: #2502F0; }
a { background-color: rgb(37,2,240); }
div.DivClassName
{
background-color: #2502F0;
}
.BgClassName
{
background-color: #2502F0;
}
</style>
border-color css
<style>
span { border-color: #2502F0; }
span { border-color: rgb(37,2,240); }
td.TdClassName
{
border-color: #2502F0;
}
.TagClassName
{
border-color: #2502F0;
}
</style>