Shades of Blue #2502F6
Tints of Blue #2502F6
RGB
CMYK
RGB Variations
Color information
#2502F6 (or 0x2502F6) is known color: Blue. HEX triplet: 25, 02 and F6. RGB value is (37,2,246). Sum of RGB (Red+Green+Blue) = 37+2+246=285 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.98% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 246 (96.48% from 255 or 86.32% from 285); Max value from RGB is 246 - color contains mainly: blue. Hex color #2502F6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2502F6 is #DAFD09. Grayscale: #272727. Windows color (decimal): -14351626 or 16122405. OLE color: 16122405.
HSL color Cylindrical-coordinate representation of color #2502F6: hue angle of 248.61º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2502F6 is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 37 | 2 | 246 | - |
| CMYK | 0.85 | 0.99 | 0 | 0.04 |
| HSL | 248.61º | 0.98% | 0.49% | - |
| HSV(B) | 248.61º | 0.99% | 0.96% | - |
| XYZ | 17.42 | 7.09 | 87.64 | - |
| YUV | 40.28 | 244.1 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 2 | 246 | 0.85 | 0.99 | 0 | 0.04 | 248.61 | 0.98 | 0.49 |
| Hex | 25 | 2 | F6 | 55 | 63 | 0 | 4 | F9 | 62 | 31 |
| Octal | 45 | 2 | 366 | 125 | 143 | 0 | 4 | 371 | 142 | 61 |
| Binary | 100101 | 10 | 11110110 | 1010101 | 1100011 | 0 | 100 | 11111001 | 1100010 | 110001 |
Color Harmonies of #2502F6
Complementary color
Monochromatic Colors of #2502F6
Black with #2502F6
Text Example
Text Example
White with #2502F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2502F6; }
p { color: rgb(37,2,246); }
H1.HeaderClassName
{
color: #2502F6;
}
.AnyTagClassName
{
color: #2502F6;
}
</style>
background-color css
<style>
a { background-color: #2502F6; }
a { background-color: rgb(37,2,246); }
div.DivClassName
{
background-color: #2502F6;
}
.BgClassName
{
background-color: #2502F6;
}
</style>
border-color css
<style>
span { border-color: #2502F6; }
span { border-color: rgb(37,2,246); }
td.TdClassName
{
border-color: #2502F6;
}
.TagClassName
{
border-color: #2502F6;
}
</style>