Shades of Blue #0514FA
Tints of Blue #0514FA
RGB
CMYK
RGB Variations
Color information
#0514FA (or 0x0514FA) is known color: Blue. HEX triplet: 05, 14 and FA. RGB value is (5,20,250). Sum of RGB (Red+Green+Blue) = 5+20+250=275 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 275); Green value is 20 (8.20% from 255 or 7.27% from 275); Blue value is 250 (98.05% from 255 or 90.91% from 275); Max value from RGB is 250 - color contains mainly: blue. Hex color #0514FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0514FA is #FAEB05. Grayscale: #282828. Windows color (decimal): -16444166 or 16389125. OLE color: 16389125.
HSL color Cylindrical-coordinate representation of color #0514FA: hue angle of 236.33º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0514FA is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 20 | 250 | - |
| CMYK | 0.98 | 0.92 | 0 | 0.02 |
| HSL | 236.33º | 0.96% | 0.5% | - |
| HSV(B) | 236.33º | 0.98% | 0.98% | - |
| XYZ | 17.57 | 7.43 | 90.95 | - |
| YUV | 41.74 | 245.53 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 20 | 250 | 0.98 | 0.92 | 0 | 0.02 | 236.33 | 0.96 | 0.5 |
| Hex | 5 | 14 | FA | 62 | 5C | 0 | 2 | EC | 60 | 32 |
| Octal | 5 | 24 | 372 | 142 | 134 | 0 | 2 | 354 | 140 | 62 |
| Binary | 101 | 10100 | 11111010 | 1100010 | 1011100 | 0 | 10 | 11101100 | 1100000 | 110010 |
Color Harmonies of #0514FA
Complementary color
Monochromatic Colors of #0514FA
Black with #0514FA
Text Example
Text Example
White with #0514FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0514FA; }
p { color: rgb(5,20,250); }
H1.HeaderClassName
{
color: #0514FA;
}
.AnyTagClassName
{
color: #0514FA;
}
</style>
background-color css
<style>
a { background-color: #0514FA; }
a { background-color: rgb(5,20,250); }
div.DivClassName
{
background-color: #0514FA;
}
.BgClassName
{
background-color: #0514FA;
}
</style>
border-color css
<style>
span { border-color: #0514FA; }
span { border-color: rgb(5,20,250); }
td.TdClassName
{
border-color: #0514FA;
}
.TagClassName
{
border-color: #0514FA;
}
</style>