Shades of Blue #2511F9
Tints of Blue #2511F9
RGB
CMYK
RGB Variations
Color information
#2511F9 (or 0x2511F9) is known color: Blue. HEX triplet: 25, 11 and F9. RGB value is (37,17,249). Sum of RGB (Red+Green+Blue) = 37+17+249=303 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.21% from 303); Green value is 17 (7.03% from 255 or 5.61% from 303); Blue value is 249 (97.66% from 255 or 82.18% from 303); Max value from RGB is 249 - color contains mainly: blue. Hex color #2511F9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2511F9 is #DAEE06. Grayscale: #303030. Windows color (decimal): -14347783 or 16322853. OLE color: 16322853.
HSL color Cylindrical-coordinate representation of color #2511F9: hue angle of 245.17º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2511F9 is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 17 | 249 | - |
| CMYK | 0.85 | 0.93 | 0 | 0.02 |
| HSL | 245.17º | 0.95% | 0.52% | - |
| HSV(B) | 245.17º | 0.93% | 0.98% | - |
| XYZ | 18.06 | 7.63 | 90.14 | - |
| YUV | 49.43 | 240.63 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 17 | 249 | 0.85 | 0.93 | 0 | 0.02 | 245.17 | 0.95 | 0.52 |
| Hex | 25 | 11 | F9 | 55 | 5D | 0 | 2 | F5 | 5F | 34 |
| Octal | 45 | 21 | 371 | 125 | 135 | 0 | 2 | 365 | 137 | 64 |
| Binary | 100101 | 10001 | 11111001 | 1010101 | 1011101 | 0 | 10 | 11110101 | 1011111 | 110100 |
Color Harmonies of #2511F9
Complementary color
Monochromatic Colors of #2511F9
Black with #2511F9
Text Example
Text Example
White with #2511F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2511F9; }
p { color: rgb(37,17,249); }
H1.HeaderClassName
{
color: #2511F9;
}
.AnyTagClassName
{
color: #2511F9;
}
</style>
background-color css
<style>
a { background-color: #2511F9; }
a { background-color: rgb(37,17,249); }
div.DivClassName
{
background-color: #2511F9;
}
.BgClassName
{
background-color: #2511F9;
}
</style>
border-color css
<style>
span { border-color: #2511F9; }
span { border-color: rgb(37,17,249); }
td.TdClassName
{
border-color: #2511F9;
}
.TagClassName
{
border-color: #2511F9;
}
</style>