Shades of Blue #2512FD
Tints of Blue #2512FD
RGB
CMYK
RGB Variations
Color information
#2512FD (or 0x2512FD) is known color: Blue. HEX triplet: 25, 12 and FD. RGB value is (37,18,253). Sum of RGB (Red+Green+Blue) = 37+18+253=308 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.01% from 308); Green value is 18 (7.42% from 255 or 5.84% from 308); Blue value is 253 (99.22% from 255 or 82.14% from 308); Max value from RGB is 253 - color contains mainly: blue. Hex color #2512FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2512FD is #DAED02. Grayscale: #313131. Windows color (decimal): -14347523 or 16585253. OLE color: 16585253.
HSL color Cylindrical-coordinate representation of color #2512FD: hue angle of 244.85º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2512FD is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 18 | 253 | - |
| CMYK | 0.85 | 0.93 | 0 | 0.01 |
| HSL | 244.85º | 0.98% | 0.53% | - |
| HSV(B) | 244.85º | 0.93% | 0.99% | - |
| XYZ | 18.71 | 7.92 | 93.47 | - |
| YUV | 50.47 | 242.29 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 18 | 253 | 0.85 | 0.93 | 0 | 0.01 | 244.85 | 0.98 | 0.53 |
| Hex | 25 | 12 | FD | 55 | 5D | 0 | 1 | F5 | 62 | 35 |
| Octal | 45 | 22 | 375 | 125 | 135 | 0 | 1 | 365 | 142 | 65 |
| Binary | 100101 | 10010 | 11111101 | 1010101 | 1011101 | 0 | 1 | 11110101 | 1100010 | 110101 |
Color Harmonies of #2512FD
Complementary color
Monochromatic Colors of #2512FD
Black with #2512FD
Text Example
Text Example
White with #2512FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2512FD; }
p { color: rgb(37,18,253); }
H1.HeaderClassName
{
color: #2512FD;
}
.AnyTagClassName
{
color: #2512FD;
}
</style>
background-color css
<style>
a { background-color: #2512FD; }
a { background-color: rgb(37,18,253); }
div.DivClassName
{
background-color: #2512FD;
}
.BgClassName
{
background-color: #2512FD;
}
</style>
border-color css
<style>
span { border-color: #2512FD; }
span { border-color: rgb(37,18,253); }
td.TdClassName
{
border-color: #2512FD;
}
.TagClassName
{
border-color: #2512FD;
}
</style>