Shades of Blue #2503FD
Tints of Blue #2503FD
RGB
CMYK
RGB Variations
Color information
#2503FD (or 0x2503FD) is known color: Blue. HEX triplet: 25, 03 and FD. RGB value is (37,3,253). Sum of RGB (Red+Green+Blue) = 37+3+253=293 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.63% from 293); Green value is 3 (1.56% from 255 or 1.02% from 293); Blue value is 253 (99.22% from 255 or 86.35% from 293); Max value from RGB is 253 - color contains mainly: blue. Hex color #2503FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2503FD is #DAFC02. Grayscale: #282828. Windows color (decimal): -14351363 or 16581413. OLE color: 16581413.
HSL color Cylindrical-coordinate representation of color #2503FD: hue angle of 248.16º 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 #2503FD is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 3 | 253 | - |
| CMYK | 0.85 | 0.99 | 0 | 0.01 |
| HSL | 248.16º | 0.98% | 0.5% | - |
| HSV(B) | 248.16º | 0.99% | 0.99% | - |
| XYZ | 18.53 | 7.55 | 93.41 | - |
| YUV | 41.67 | 247.26 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 3 | 253 | 0.85 | 0.99 | 0 | 0.01 | 248.16 | 0.98 | 0.5 |
| Hex | 25 | 3 | FD | 55 | 63 | 0 | 1 | F8 | 62 | 32 |
| Octal | 45 | 3 | 375 | 125 | 143 | 0 | 1 | 370 | 142 | 62 |
| Binary | 100101 | 11 | 11111101 | 1010101 | 1100011 | 0 | 1 | 11111000 | 1100010 | 110010 |
Color Harmonies of #2503FD
Complementary color
Monochromatic Colors of #2503FD
Black with #2503FD
Text Example
Text Example
White with #2503FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2503FD; }
p { color: rgb(37,3,253); }
H1.HeaderClassName
{
color: #2503FD;
}
.AnyTagClassName
{
color: #2503FD;
}
</style>
background-color css
<style>
a { background-color: #2503FD; }
a { background-color: rgb(37,3,253); }
div.DivClassName
{
background-color: #2503FD;
}
.BgClassName
{
background-color: #2503FD;
}
</style>
border-color css
<style>
span { border-color: #2503FD; }
span { border-color: rgb(37,3,253); }
td.TdClassName
{
border-color: #2503FD;
}
.TagClassName
{
border-color: #2503FD;
}
</style>