Shades of Blue #2512FB
Tints of Blue #2512FB
RGB
CMYK
RGB Variations
Color information
#2512FB (or 0x2512FB) is known color: Blue. HEX triplet: 25, 12 and FB. RGB value is (37,18,251). Sum of RGB (Red+Green+Blue) = 37+18+251=306 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.09% from 306); Green value is 18 (7.42% from 255 or 5.88% from 306); Blue value is 251 (98.44% from 255 or 82.03% from 306); Max value from RGB is 251 - color contains mainly: blue. Hex color #2512FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2512FB is #DAED04. Grayscale: #313131. Windows color (decimal): -14347525 or 16454181. OLE color: 16454181.
HSL color Cylindrical-coordinate representation of color #2512FB: hue angle of 244.89º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2512FB is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 18 | 251 | - |
| CMYK | 0.85 | 0.93 | 0 | 0.02 |
| HSL | 244.89º | 0.97% | 0.53% | - |
| HSV(B) | 244.89º | 0.93% | 0.98% | - |
| XYZ | 18.39 | 7.79 | 91.8 | - |
| YUV | 50.24 | 241.29 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 18 | 251 | 0.85 | 0.93 | 0 | 0.02 | 244.89 | 0.97 | 0.53 |
| Hex | 25 | 12 | FB | 55 | 5D | 0 | 2 | F5 | 61 | 35 |
| Octal | 45 | 22 | 373 | 125 | 135 | 0 | 2 | 365 | 141 | 65 |
| Binary | 100101 | 10010 | 11111011 | 1010101 | 1011101 | 0 | 10 | 11110101 | 1100001 | 110101 |
Color Harmonies of #2512FB
Complementary color
Monochromatic Colors of #2512FB
Black with #2512FB
Text Example
Text Example
White with #2512FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2512FB; }
p { color: rgb(37,18,251); }
H1.HeaderClassName
{
color: #2512FB;
}
.AnyTagClassName
{
color: #2512FB;
}
</style>
background-color css
<style>
a { background-color: #2512FB; }
a { background-color: rgb(37,18,251); }
div.DivClassName
{
background-color: #2512FB;
}
.BgClassName
{
background-color: #2512FB;
}
</style>
border-color css
<style>
span { border-color: #2512FB; }
span { border-color: rgb(37,18,251); }
td.TdClassName
{
border-color: #2512FB;
}
.TagClassName
{
border-color: #2512FB;
}
</style>