Shades of Blue #2502FC
Tints of Blue #2502FC
RGB
CMYK
RGB Variations
Color information
#2502FC (or 0x2502FC) is known color: Blue. HEX triplet: 25, 02 and FC. RGB value is (37,2,252). Sum of RGB (Red+Green+Blue) = 37+2+252=291 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.71% from 291); Green value is 2 (1.17% from 255 or 0.69% from 291); Blue value is 252 (98.83% from 255 or 86.60% from 291); Max value from RGB is 252 - color contains mainly: blue. Hex color #2502FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2502FC is #DAFD03. Grayscale: #282828. Windows color (decimal): -14351620 or 16515621. OLE color: 16515621.
HSL color Cylindrical-coordinate representation of color #2502FC: hue angle of 248.4º 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 #2502FC is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 2 | 252 | - |
| CMYK | 0.85 | 0.99 | 0 | 0.01 |
| HSL | 248.4º | 0.98% | 0.5% | - |
| HSV(B) | 248.4º | 0.99% | 0.99% | - |
| XYZ | 18.36 | 7.47 | 92.57 | - |
| YUV | 40.97 | 247.1 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 2 | 252 | 0.85 | 0.99 | 0 | 0.01 | 248.4 | 0.98 | 0.5 |
| Hex | 25 | 2 | FC | 55 | 63 | 0 | 1 | F8 | 62 | 32 |
| Octal | 45 | 2 | 374 | 125 | 143 | 0 | 1 | 370 | 142 | 62 |
| Binary | 100101 | 10 | 11111100 | 1010101 | 1100011 | 0 | 1 | 11111000 | 1100010 | 110010 |
Color Harmonies of #2502FC
Complementary color
Monochromatic Colors of #2502FC
Black with #2502FC
Text Example
Text Example
White with #2502FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2502FC; }
p { color: rgb(37,2,252); }
H1.HeaderClassName
{
color: #2502FC;
}
.AnyTagClassName
{
color: #2502FC;
}
</style>
background-color css
<style>
a { background-color: #2502FC; }
a { background-color: rgb(37,2,252); }
div.DivClassName
{
background-color: #2502FC;
}
.BgClassName
{
background-color: #2502FC;
}
</style>
border-color css
<style>
span { border-color: #2502FC; }
span { border-color: rgb(37,2,252); }
td.TdClassName
{
border-color: #2502FC;
}
.TagClassName
{
border-color: #2502FC;
}
</style>