Shades of Blue #050CFF
Tints of Blue #050CFF
RGB
CMYK
RGB Variations
Color information
#050CFF (or 0x050CFF) is known color: Blue. HEX triplet: 05, 0C and FF. RGB value is (5,12,255). Sum of RGB (Red+Green+Blue) = 5+12+255=272 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.84% from 272); Green value is 12 (5.08% from 255 or 4.41% from 272); Blue value is 255 (100% from 255 or 93.75% from 272); Max value from RGB is 255 - color contains mainly: blue. Hex color #050CFF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #050CFF is #FAF300. Grayscale: #242424. Windows color (decimal): -16446209 or 16714757. OLE color: 16714757.
HSL color Cylindrical-coordinate representation of color #050CFF: hue angle of 238.32º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #050CFF is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 12 | 255 | - |
| CMYK | 0.98 | 0.95 | 0 | 0 |
| HSL | 238.32º | 1% | 0.51% | - |
| HSV(B) | 238.32º | 0.98% | 1% | - |
| XYZ | 18.24 | 7.52 | 95.1 | - |
| YUV | 37.61 | 250.68 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 12 | 255 | 0.98 | 0.95 | 0 | 0 | 238.32 | 1 | 0.51 |
| Hex | 5 | C | FF | 62 | 5F | 0 | 0 | EE | 64 | 33 |
| Octal | 5 | 14 | 377 | 142 | 137 | 0 | 0 | 356 | 144 | 63 |
| Binary | 101 | 1100 | 11111111 | 1100010 | 1011111 | 0 | 0 | 11101110 | 1100100 | 110011 |
Color Harmonies of #050CFF
Complementary color
Monochromatic Colors of #050CFF
Black with #050CFF
Text Example
Text Example
White with #050CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050CFF; }
p { color: rgb(5,12,255); }
H1.HeaderClassName
{
color: #050CFF;
}
.AnyTagClassName
{
color: #050CFF;
}
</style>
background-color css
<style>
a { background-color: #050CFF; }
a { background-color: rgb(5,12,255); }
div.DivClassName
{
background-color: #050CFF;
}
.BgClassName
{
background-color: #050CFF;
}
</style>
border-color css
<style>
span { border-color: #050CFF; }
span { border-color: rgb(5,12,255); }
td.TdClassName
{
border-color: #050CFF;
}
.TagClassName
{
border-color: #050CFF;
}
</style>