Shades of Blue #2514FA
Tints of Blue #2514FA
RGB
CMYK
RGB Variations
Color information
#2514FA (or 0x2514FA) is known color: Blue. HEX triplet: 25, 14 and FA. RGB value is (37,20,250). Sum of RGB (Red+Green+Blue) = 37+20+250=307 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.05% from 307); Green value is 20 (8.20% from 255 or 6.51% from 307); Blue value is 250 (98.05% from 255 or 81.43% from 307); Max value from RGB is 250 - color contains mainly: blue. Hex color #2514FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2514FA is #DAEB05. Grayscale: #323232. Windows color (decimal): -14347014 or 16389157. OLE color: 16389157.
HSL color Cylindrical-coordinate representation of color #2514FA: hue angle of 244.43º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2514FA is Cyan = 0.85, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 20 | 250 | - |
| CMYK | 0.85 | 0.92 | 0 | 0.02 |
| HSL | 244.43º | 0.96% | 0.53% | - |
| HSV(B) | 244.43º | 0.92% | 0.98% | - |
| XYZ | 18.27 | 7.8 | 90.98 | - |
| YUV | 51.3 | 240.13 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 20 | 250 | 0.85 | 0.92 | 0 | 0.02 | 244.43 | 0.96 | 0.53 |
| Hex | 25 | 14 | FA | 55 | 5C | 0 | 2 | F4 | 60 | 35 |
| Octal | 45 | 24 | 372 | 125 | 134 | 0 | 2 | 364 | 140 | 65 |
| Binary | 100101 | 10100 | 11111010 | 1010101 | 1011100 | 0 | 10 | 11110100 | 1100000 | 110101 |
Color Harmonies of #2514FA
Complementary color
Monochromatic Colors of #2514FA
Black with #2514FA
Text Example
Text Example
White with #2514FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2514FA; }
p { color: rgb(37,20,250); }
H1.HeaderClassName
{
color: #2514FA;
}
.AnyTagClassName
{
color: #2514FA;
}
</style>
background-color css
<style>
a { background-color: #2514FA; }
a { background-color: rgb(37,20,250); }
div.DivClassName
{
background-color: #2514FA;
}
.BgClassName
{
background-color: #2514FA;
}
</style>
border-color css
<style>
span { border-color: #2514FA; }
span { border-color: rgb(37,20,250); }
td.TdClassName
{
border-color: #2514FA;
}
.TagClassName
{
border-color: #2514FA;
}
</style>