Shades of Blue #050CFC
Tints of Blue #050CFC
RGB
CMYK
RGB Variations
Color information
#050CFC (or 0x050CFC) is known color: Blue. HEX triplet: 05, 0C and FC. RGB value is (5,12,252). Sum of RGB (Red+Green+Blue) = 5+12+252=269 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.86% from 269); Green value is 12 (5.08% from 255 or 4.46% from 269); Blue value is 252 (98.83% from 255 or 93.68% from 269); Max value from RGB is 252 - color contains mainly: blue. Hex color #050CFC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #050CFC is #FAF303. Grayscale: #242424. Windows color (decimal): -16446212 or 16518149. OLE color: 16518149.
HSL color Cylindrical-coordinate representation of color #050CFC: hue angle of 238.3º 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 #050CFC is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 12 | 252 | - |
| CMYK | 0.98 | 0.95 | 0 | 0.01 |
| HSL | 238.3º | 0.98% | 0.5% | - |
| HSV(B) | 238.3º | 0.98% | 0.99% | - |
| XYZ | 17.76 | 7.32 | 92.57 | - |
| YUV | 37.27 | 249.18 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 12 | 252 | 0.98 | 0.95 | 0 | 0.01 | 238.3 | 0.98 | 0.5 |
| Hex | 5 | C | FC | 62 | 5F | 0 | 1 | EE | 62 | 32 |
| Octal | 5 | 14 | 374 | 142 | 137 | 0 | 1 | 356 | 142 | 62 |
| Binary | 101 | 1100 | 11111100 | 1100010 | 1011111 | 0 | 1 | 11101110 | 1100010 | 110010 |
Color Harmonies of #050CFC
Complementary color
Monochromatic Colors of #050CFC
Black with #050CFC
Text Example
Text Example
White with #050CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050CFC; }
p { color: rgb(5,12,252); }
H1.HeaderClassName
{
color: #050CFC;
}
.AnyTagClassName
{
color: #050CFC;
}
</style>
background-color css
<style>
a { background-color: #050CFC; }
a { background-color: rgb(5,12,252); }
div.DivClassName
{
background-color: #050CFC;
}
.BgClassName
{
background-color: #050CFC;
}
</style>
border-color css
<style>
span { border-color: #050CFC; }
span { border-color: rgb(5,12,252); }
td.TdClassName
{
border-color: #050CFC;
}
.TagClassName
{
border-color: #050CFC;
}
</style>