Shades of Blue #050FFC
Tints of Blue #050FFC
RGB
CMYK
RGB Variations
Color information
#050FFC (or 0x050FFC) is known color: Blue. HEX triplet: 05, 0F and FC. RGB value is (5,15,252). Sum of RGB (Red+Green+Blue) = 5+15+252=272 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.84% from 272); Green value is 15 (6.25% from 255 or 5.51% from 272); Blue value is 252 (98.83% from 255 or 92.65% from 272); Max value from RGB is 252 - color contains mainly: blue. Hex color #050FFC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #050FFC is #FAF003. Grayscale: #262626. Windows color (decimal): -16445444 or 16518917. OLE color: 16518917.
HSL color Cylindrical-coordinate representation of color #050FFC: hue angle of 237.57º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #050FFC is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 15 | 252 | - |
| CMYK | 0.98 | 0.94 | 0 | 0.01 |
| HSL | 237.57º | 0.98% | 0.5% | - |
| HSV(B) | 237.57º | 0.98% | 0.99% | - |
| XYZ | 17.8 | 7.4 | 92.59 | - |
| YUV | 39.03 | 248.19 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 15 | 252 | 0.98 | 0.94 | 0 | 0.01 | 237.57 | 0.98 | 0.5 |
| Hex | 5 | F | FC | 62 | 5E | 0 | 1 | EE | 62 | 32 |
| Octal | 5 | 17 | 374 | 142 | 136 | 0 | 1 | 356 | 142 | 62 |
| Binary | 101 | 1111 | 11111100 | 1100010 | 1011110 | 0 | 1 | 11101110 | 1100010 | 110010 |
Color Harmonies of #050FFC
Complementary color
Monochromatic Colors of #050FFC
Black with #050FFC
Text Example
Text Example
White with #050FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050FFC; }
p { color: rgb(5,15,252); }
H1.HeaderClassName
{
color: #050FFC;
}
.AnyTagClassName
{
color: #050FFC;
}
</style>
background-color css
<style>
a { background-color: #050FFC; }
a { background-color: rgb(5,15,252); }
div.DivClassName
{
background-color: #050FFC;
}
.BgClassName
{
background-color: #050FFC;
}
</style>
border-color css
<style>
span { border-color: #050FFC; }
span { border-color: rgb(5,15,252); }
td.TdClassName
{
border-color: #050FFC;
}
.TagClassName
{
border-color: #050FFC;
}
</style>