Shades of Medium Blue #050FCE
Tints of Medium Blue #050FCE
RGB
CMYK
RGB Variations
Color information
#050FCE (or 0x050FCE) is known color: Medium Blue. HEX triplet: 05, 0F and CE. RGB value is (5,15,206). Sum of RGB (Red+Green+Blue) = 5+15+206=226 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.21% from 226); Green value is 15 (6.25% from 255 or 6.64% from 226); Blue value is 206 (80.86% from 255 or 91.15% from 226); Max value from RGB is 206 - color contains mainly: blue. Hex color #050FCE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #050FCE is #FAF031. Grayscale: #212121. Windows color (decimal): -16445490 or 13504261. OLE color: 13504261.
HSL color Cylindrical-coordinate representation of color #050FCE: hue angle of 237.01º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #050FCE is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 15 | 206 | - |
| CMYK | 0.98 | 0.93 | 0 | 0.19 |
| HSL | 237.01º | 0.95% | 0.41% | - |
| HSV(B) | 237.01º | 0.98% | 0.81% | - |
| XYZ | 11.37 | 4.83 | 58.73 | - |
| YUV | 33.78 | 225.19 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 15 | 206 | 0.98 | 0.93 | 0 | 0.19 | 237.01 | 0.95 | 0.41 |
| Hex | 5 | F | CE | 62 | 5D | 0 | 13 | ED | 5F | 29 |
| Octal | 5 | 17 | 316 | 142 | 135 | 0 | 23 | 355 | 137 | 51 |
| Binary | 101 | 1111 | 11001110 | 1100010 | 1011101 | 0 | 10011 | 11101101 | 1011111 | 101001 |
Color Harmonies of #050FCE
Complementary color
Monochromatic Colors of #050FCE
Black with #050FCE
Text Example
Text Example
White with #050FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050FCE; }
p { color: rgb(5,15,206); }
H1.HeaderClassName
{
color: #050FCE;
}
.AnyTagClassName
{
color: #050FCE;
}
</style>
background-color css
<style>
a { background-color: #050FCE; }
a { background-color: rgb(5,15,206); }
div.DivClassName
{
background-color: #050FCE;
}
.BgClassName
{
background-color: #050FCE;
}
</style>
border-color css
<style>
span { border-color: #050FCE; }
span { border-color: rgb(5,15,206); }
td.TdClassName
{
border-color: #050FCE;
}
.TagClassName
{
border-color: #050FCE;
}
</style>