Shades of Blue #2509F9
Tints of Blue #2509F9
RGB
CMYK
RGB Variations
Color information
#2509F9 (or 0x2509F9) is known color: Blue. HEX triplet: 25, 09 and F9. RGB value is (37,9,249). Sum of RGB (Red+Green+Blue) = 37+9+249=295 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.54% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 249 (97.66% from 255 or 84.41% from 295); Max value from RGB is 249 - color contains mainly: blue. Hex color #2509F9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2509F9 is #DAF606. Grayscale: #2B2B2B. Windows color (decimal): -14349831 or 16320805. OLE color: 16320805.
HSL color Cylindrical-coordinate representation of color #2509F9: hue angle of 247º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2509F9 is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 9 | 249 | - |
| CMYK | 0.85 | 0.96 | 0 | 0.02 |
| HSL | 247º | 0.95% | 0.51% | - |
| HSV(B) | 247º | 0.96% | 0.98% | - |
| XYZ | 17.96 | 7.43 | 90.11 | - |
| YUV | 44.73 | 243.28 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 9 | 249 | 0.85 | 0.96 | 0 | 0.02 | 247 | 0.95 | 0.51 |
| Hex | 25 | 9 | F9 | 55 | 60 | 0 | 2 | F7 | 5F | 33 |
| Octal | 45 | 11 | 371 | 125 | 140 | 0 | 2 | 367 | 137 | 63 |
| Binary | 100101 | 1001 | 11111001 | 1010101 | 1100000 | 0 | 10 | 11110111 | 1011111 | 110011 |
Color Harmonies of #2509F9
Complementary color
Monochromatic Colors of #2509F9
Black with #2509F9
Text Example
Text Example
White with #2509F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2509F9; }
p { color: rgb(37,9,249); }
H1.HeaderClassName
{
color: #2509F9;
}
.AnyTagClassName
{
color: #2509F9;
}
</style>
background-color css
<style>
a { background-color: #2509F9; }
a { background-color: rgb(37,9,249); }
div.DivClassName
{
background-color: #2509F9;
}
.BgClassName
{
background-color: #2509F9;
}
</style>
border-color css
<style>
span { border-color: #2509F9; }
span { border-color: rgb(37,9,249); }
td.TdClassName
{
border-color: #2509F9;
}
.TagClassName
{
border-color: #2509F9;
}
</style>