Shades of Blue #0510FC
Tints of Blue #0510FC
RGB
CMYK
RGB Variations
Color information
#0510FC (or 0x0510FC) is known color: Blue. HEX triplet: 05, 10 and FC. RGB value is (5,16,252). Sum of RGB (Red+Green+Blue) = 5+16+252=273 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.83% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 252 (98.83% from 255 or 92.31% from 273); Max value from RGB is 252 - color contains mainly: blue. Hex color #0510FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0510FC is #FAEF03. Grayscale: #262626. Windows color (decimal): -16445188 or 16519173. OLE color: 16519173.
HSL color Cylindrical-coordinate representation of color #0510FC: hue angle of 237.33º 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 #0510FC is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 16 | 252 | - |
| CMYK | 0.98 | 0.94 | 0 | 0.01 |
| HSL | 237.33º | 0.98% | 0.5% | - |
| HSV(B) | 237.33º | 0.98% | 0.99% | - |
| XYZ | 17.82 | 7.43 | 92.59 | - |
| YUV | 39.62 | 247.86 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 16 | 252 | 0.98 | 0.94 | 0 | 0.01 | 237.33 | 0.98 | 0.5 |
| Hex | 5 | 10 | FC | 62 | 5E | 0 | 1 | ED | 62 | 32 |
| Octal | 5 | 20 | 374 | 142 | 136 | 0 | 1 | 355 | 142 | 62 |
| Binary | 101 | 10000 | 11111100 | 1100010 | 1011110 | 0 | 1 | 11101101 | 1100010 | 110010 |
Color Harmonies of #0510FC
Complementary color
Monochromatic Colors of #0510FC
Black with #0510FC
Text Example
Text Example
White with #0510FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0510FC; }
p { color: rgb(5,16,252); }
H1.HeaderClassName
{
color: #0510FC;
}
.AnyTagClassName
{
color: #0510FC;
}
</style>
background-color css
<style>
a { background-color: #0510FC; }
a { background-color: rgb(5,16,252); }
div.DivClassName
{
background-color: #0510FC;
}
.BgClassName
{
background-color: #0510FC;
}
</style>
border-color css
<style>
span { border-color: #0510FC; }
span { border-color: rgb(5,16,252); }
td.TdClassName
{
border-color: #0510FC;
}
.TagClassName
{
border-color: #0510FC;
}
</style>