Shades of Blue #2511EF
Tints of Blue #2511EF
RGB
CMYK
RGB Variations
Color information
#2511EF (or 0x2511EF) is known color: Blue. HEX triplet: 25, 11 and EF. RGB value is (37,17,239). Sum of RGB (Red+Green+Blue) = 37+17+239=293 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.63% from 293); Green value is 17 (7.03% from 255 or 5.80% from 293); Blue value is 239 (93.75% from 255 or 81.57% from 293); Max value from RGB is 239 - color contains mainly: blue. Hex color #2511EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2511EF is #DAEE10. Grayscale: #2F2F2F. Windows color (decimal): -14347793 or 15667493. OLE color: 15667493.
HSL color Cylindrical-coordinate representation of color #2511EF: hue angle of 245.41º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2511EF is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 37 | 17 | 239 | - |
| CMYK | 0.85 | 0.93 | 0 | 0.06 |
| HSL | 245.41º | 0.87% | 0.5% | - |
| HSV(B) | 245.41º | 0.93% | 0.94% | - |
| XYZ | 16.54 | 7.03 | 82.15 | - |
| YUV | 48.29 | 235.63 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 17 | 239 | 0.85 | 0.93 | 0 | 0.06 | 245.41 | 0.87 | 0.5 |
| Hex | 25 | 11 | EF | 55 | 5D | 0 | 6 | F5 | 57 | 32 |
| Octal | 45 | 21 | 357 | 125 | 135 | 0 | 6 | 365 | 127 | 62 |
| Binary | 100101 | 10001 | 11101111 | 1010101 | 1011101 | 0 | 110 | 11110101 | 1010111 | 110010 |
Color Harmonies of #2511EF
Complementary color
Monochromatic Colors of #2511EF
Black with #2511EF
Text Example
Text Example
White with #2511EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2511EF; }
p { color: rgb(37,17,239); }
H1.HeaderClassName
{
color: #2511EF;
}
.AnyTagClassName
{
color: #2511EF;
}
</style>
background-color css
<style>
a { background-color: #2511EF; }
a { background-color: rgb(37,17,239); }
div.DivClassName
{
background-color: #2511EF;
}
.BgClassName
{
background-color: #2511EF;
}
</style>
border-color css
<style>
span { border-color: #2511EF; }
span { border-color: rgb(37,17,239); }
td.TdClassName
{
border-color: #2511EF;
}
.TagClassName
{
border-color: #2511EF;
}
</style>