Shades of Medium Blue #060ED4
Tints of Medium Blue #060ED4
RGB
CMYK
RGB Variations
Color information
#060ED4 (or 0x060ED4) is known color: Medium Blue. HEX triplet: 06, 0E and D4. RGB value is (6,14,212). Sum of RGB (Red+Green+Blue) = 6+14+212=232 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.59% from 232); Green value is 14 (5.86% from 255 or 6.03% from 232); Blue value is 212 (83.20% from 255 or 91.38% from 232); Max value from RGB is 212 - color contains mainly: blue. Hex color #060ED4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060ED4 is #F9F12B. Grayscale: #212121. Windows color (decimal): -16380204 or 13897222. OLE color: 13897222.
HSL color Cylindrical-coordinate representation of color #060ED4: hue angle of 237.67º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060ED4 is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 6 | 14 | 212 | - |
| CMYK | 0.97 | 0.93 | 0 | 0.17 |
| HSL | 237.67º | 0.94% | 0.43% | - |
| HSV(B) | 237.67º | 0.97% | 0.83% | - |
| XYZ | 12.12 | 5.11 | 62.63 | - |
| YUV | 34.18 | 228.35 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 14 | 212 | 0.97 | 0.93 | 0 | 0.17 | 237.67 | 0.94 | 0.43 |
| Hex | 6 | E | D4 | 61 | 5D | 0 | 11 | EE | 5E | 2B |
| Octal | 6 | 16 | 324 | 141 | 135 | 0 | 21 | 356 | 136 | 53 |
| Binary | 110 | 1110 | 11010100 | 1100001 | 1011101 | 0 | 10001 | 11101110 | 1011110 | 101011 |
Color Harmonies of #060ED4
Complementary color
Monochromatic Colors of #060ED4
Black with #060ED4
Text Example
Text Example
White with #060ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060ED4; }
p { color: rgb(6,14,212); }
H1.HeaderClassName
{
color: #060ED4;
}
.AnyTagClassName
{
color: #060ED4;
}
</style>
background-color css
<style>
a { background-color: #060ED4; }
a { background-color: rgb(6,14,212); }
div.DivClassName
{
background-color: #060ED4;
}
.BgClassName
{
background-color: #060ED4;
}
</style>
border-color css
<style>
span { border-color: #060ED4; }
span { border-color: rgb(6,14,212); }
td.TdClassName
{
border-color: #060ED4;
}
.TagClassName
{
border-color: #060ED4;
}
</style>