Shades of Blue #0518FE
Tints of Blue #0518FE
RGB
CMYK
RGB Variations
Color information
#0518FE (or 0x0518FE) is known color: Blue. HEX triplet: 05, 18 and FE. RGB value is (5,24,254). Sum of RGB (Red+Green+Blue) = 5+24+254=283 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 254 (99.61% from 255 or 89.75% from 283); Max value from RGB is 254 - color contains mainly: blue. Hex color #0518FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0518FE is #FAE701. Grayscale: #2B2B2B. Windows color (decimal): -16443138 or 16652293. OLE color: 16652293.
HSL color Cylindrical-coordinate representation of color #0518FE: hue angle of 235.42º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0518FE is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 24 | 254 | - |
| CMYK | 0.98 | 0.91 | 0 | 0.00 |
| HSL | 235.42º | 0.99% | 0.51% | - |
| HSV(B) | 235.42º | 0.98% | 1% | - |
| XYZ | 18.28 | 7.84 | 94.32 | - |
| YUV | 44.54 | 246.21 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 24 | 254 | 0.98 | 0.91 | 0 | 0.00 | 235.42 | 0.99 | 0.51 |
| Hex | 5 | 18 | FE | 62 | 5B | 0 | 0 | EB | 63 | 33 |
| Octal | 5 | 30 | 376 | 142 | 133 | 0 | 0 | 353 | 143 | 63 |
| Binary | 101 | 11000 | 11111110 | 1100010 | 1011011 | 0 | 0 | 11101011 | 1100011 | 110011 |
Color Harmonies of #0518FE
Complementary color
Monochromatic Colors of #0518FE
Black with #0518FE
Text Example
Text Example
White with #0518FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0518FE; }
p { color: rgb(5,24,254); }
H1.HeaderClassName
{
color: #0518FE;
}
.AnyTagClassName
{
color: #0518FE;
}
</style>
background-color css
<style>
a { background-color: #0518FE; }
a { background-color: rgb(5,24,254); }
div.DivClassName
{
background-color: #0518FE;
}
.BgClassName
{
background-color: #0518FE;
}
</style>
border-color css
<style>
span { border-color: #0518FE; }
span { border-color: rgb(5,24,254); }
td.TdClassName
{
border-color: #0518FE;
}
.TagClassName
{
border-color: #0518FE;
}
</style>