Shades of Blue #2513FE
Tints of Blue #2513FE
RGB
CMYK
RGB Variations
Color information
#2513FE (or 0x2513FE) is known color: Blue. HEX triplet: 25, 13 and FE. RGB value is (37,19,254). Sum of RGB (Red+Green+Blue) = 37+19+254=310 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.94% from 310); Green value is 19 (7.81% from 255 or 6.13% from 310); Blue value is 254 (99.61% from 255 or 81.94% from 310); Max value from RGB is 254 - color contains mainly: blue. Hex color #2513FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2513FE is #DAEC01. Grayscale: #323232. Windows color (decimal): -14347266 or 16651045. OLE color: 16651045.
HSL color Cylindrical-coordinate representation of color #2513FE: hue angle of 244.6º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2513FE is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 37 | 19 | 254 | - |
| CMYK | 0.85 | 0.93 | 0 | 0.00 |
| HSL | 244.6º | 0.99% | 0.54% | - |
| HSV(B) | 244.6º | 0.93% | 1% | - |
| XYZ | 18.89 | 8.01 | 94.32 | - |
| YUV | 51.17 | 242.46 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 19 | 254 | 0.85 | 0.93 | 0 | 0.00 | 244.6 | 0.99 | 0.54 |
| Hex | 25 | 13 | FE | 55 | 5D | 0 | 0 | F5 | 63 | 36 |
| Octal | 45 | 23 | 376 | 125 | 135 | 0 | 0 | 365 | 143 | 66 |
| Binary | 100101 | 10011 | 11111110 | 1010101 | 1011101 | 0 | 0 | 11110101 | 1100011 | 110110 |
Color Harmonies of #2513FE
Complementary color
Monochromatic Colors of #2513FE
Black with #2513FE
Text Example
Text Example
White with #2513FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2513FE; }
p { color: rgb(37,19,254); }
H1.HeaderClassName
{
color: #2513FE;
}
.AnyTagClassName
{
color: #2513FE;
}
</style>
background-color css
<style>
a { background-color: #2513FE; }
a { background-color: rgb(37,19,254); }
div.DivClassName
{
background-color: #2513FE;
}
.BgClassName
{
background-color: #2513FE;
}
</style>
border-color css
<style>
span { border-color: #2513FE; }
span { border-color: rgb(37,19,254); }
td.TdClassName
{
border-color: #2513FE;
}
.TagClassName
{
border-color: #2513FE;
}
</style>