Shades of Blue #0511FC
Tints of Blue #0511FC
RGB
CMYK
RGB Variations
Color information
#0511FC (or 0x0511FC) is known color: Blue. HEX triplet: 05, 11 and FC. RGB value is (5,17,252). Sum of RGB (Red+Green+Blue) = 5+17+252=274 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 274); Green value is 17 (7.03% from 255 or 6.20% from 274); Blue value is 252 (98.83% from 255 or 91.97% from 274); Max value from RGB is 252 - color contains mainly: blue. Hex color #0511FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0511FC is #FAEE03. Grayscale: #272727. Windows color (decimal): -16444932 or 16519429. OLE color: 16519429.
HSL color Cylindrical-coordinate representation of color #0511FC: hue angle of 237.09º 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 #0511FC is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 17 | 252 | - |
| CMYK | 0.98 | 0.93 | 0 | 0.01 |
| HSL | 237.09º | 0.98% | 0.5% | - |
| HSV(B) | 237.09º | 0.98% | 0.99% | - |
| XYZ | 17.83 | 7.46 | 92.6 | - |
| YUV | 40.2 | 247.52 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 17 | 252 | 0.98 | 0.93 | 0 | 0.01 | 237.09 | 0.98 | 0.5 |
| Hex | 5 | 11 | FC | 62 | 5D | 0 | 1 | ED | 62 | 32 |
| Octal | 5 | 21 | 374 | 142 | 135 | 0 | 1 | 355 | 142 | 62 |
| Binary | 101 | 10001 | 11111100 | 1100010 | 1011101 | 0 | 1 | 11101101 | 1100010 | 110010 |
Color Harmonies of #0511FC
Complementary color
Monochromatic Colors of #0511FC
Black with #0511FC
Text Example
Text Example
White with #0511FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0511FC; }
p { color: rgb(5,17,252); }
H1.HeaderClassName
{
color: #0511FC;
}
.AnyTagClassName
{
color: #0511FC;
}
</style>
background-color css
<style>
a { background-color: #0511FC; }
a { background-color: rgb(5,17,252); }
div.DivClassName
{
background-color: #0511FC;
}
.BgClassName
{
background-color: #0511FC;
}
</style>
border-color css
<style>
span { border-color: #0511FC; }
span { border-color: rgb(5,17,252); }
td.TdClassName
{
border-color: #0511FC;
}
.TagClassName
{
border-color: #0511FC;
}
</style>