Shades of Medium Blue #050CCB
Tints of Medium Blue #050CCB
RGB
CMYK
RGB Variations
Color information
#050CCB (or 0x050CCB) is known color: Medium Blue. HEX triplet: 05, 0C and CB. RGB value is (5,12,203). Sum of RGB (Red+Green+Blue) = 5+12+203=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 12 (5.08% from 255 or 5.45% from 220); Blue value is 203 (79.69% from 255 or 92.27% from 220); Max value from RGB is 203 - color contains mainly: blue. Hex color #050CCB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #050CCB is #FAF334. Grayscale: #1E1E1E. Windows color (decimal): -16446261 or 13306885. OLE color: 13306885.
HSL color Cylindrical-coordinate representation of color #050CCB: hue angle of 237.88º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #050CCB is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 12 | 203 | - |
| CMYK | 0.98 | 0.94 | 0 | 0.20 |
| HSL | 237.88º | 0.95% | 0.41% | - |
| HSV(B) | 237.88º | 0.98% | 0.8% | - |
| XYZ | 10.97 | 4.61 | 56.81 | - |
| YUV | 31.68 | 224.68 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 12 | 203 | 0.98 | 0.94 | 0 | 0.20 | 237.88 | 0.95 | 0.41 |
| Hex | 5 | C | CB | 62 | 5E | 0 | 14 | EE | 5F | 29 |
| Octal | 5 | 14 | 313 | 142 | 136 | 0 | 24 | 356 | 137 | 51 |
| Binary | 101 | 1100 | 11001011 | 1100010 | 1011110 | 0 | 10100 | 11101110 | 1011111 | 101001 |
Color Harmonies of #050CCB
Complementary color
Monochromatic Colors of #050CCB
Black with #050CCB
Text Example
Text Example
White with #050CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050CCB; }
p { color: rgb(5,12,203); }
H1.HeaderClassName
{
color: #050CCB;
}
.AnyTagClassName
{
color: #050CCB;
}
</style>
background-color css
<style>
a { background-color: #050CCB; }
a { background-color: rgb(5,12,203); }
div.DivClassName
{
background-color: #050CCB;
}
.BgClassName
{
background-color: #050CCB;
}
</style>
border-color css
<style>
span { border-color: #050CCB; }
span { border-color: rgb(5,12,203); }
td.TdClassName
{
border-color: #050CCB;
}
.TagClassName
{
border-color: #050CCB;
}
</style>