Shades of Medium Blue #060BD2
Tints of Medium Blue #060BD2
RGB
CMYK
RGB Variations
Color information
#060BD2 (or 0x060BD2) is known color: Medium Blue. HEX triplet: 06, 0B and D2. RGB value is (6,11,210). Sum of RGB (Red+Green+Blue) = 6+11+210=227 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.64% from 227); Green value is 11 (4.69% from 255 or 4.85% from 227); Blue value is 210 (82.42% from 255 or 92.51% from 227); Max value from RGB is 210 - color contains mainly: blue. Hex color #060BD2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060BD2 is #F9F42D. Grayscale: #1F1F1F. Windows color (decimal): -16380974 or 13765382. OLE color: 13765382.
HSL color Cylindrical-coordinate representation of color #060BD2: hue angle of 238.53º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060BD2 is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 6 | 11 | 210 | - |
| CMYK | 0.97 | 0.95 | 0 | 0.18 |
| HSL | 238.53º | 0.94% | 0.42% | - |
| HSV(B) | 238.53º | 0.97% | 0.82% | - |
| XYZ | 11.83 | 4.93 | 61.3 | - |
| YUV | 32.19 | 228.34 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 11 | 210 | 0.97 | 0.95 | 0 | 0.18 | 238.53 | 0.94 | 0.42 |
| Hex | 6 | B | D2 | 61 | 5F | 0 | 12 | EF | 5E | 2A |
| Octal | 6 | 13 | 322 | 141 | 137 | 0 | 22 | 357 | 136 | 52 |
| Binary | 110 | 1011 | 11010010 | 1100001 | 1011111 | 0 | 10010 | 11101111 | 1011110 | 101010 |
Color Harmonies of #060BD2
Complementary color
Monochromatic Colors of #060BD2
Black with #060BD2
Text Example
Text Example
White with #060BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060BD2; }
p { color: rgb(6,11,210); }
H1.HeaderClassName
{
color: #060BD2;
}
.AnyTagClassName
{
color: #060BD2;
}
</style>
background-color css
<style>
a { background-color: #060BD2; }
a { background-color: rgb(6,11,210); }
div.DivClassName
{
background-color: #060BD2;
}
.BgClassName
{
background-color: #060BD2;
}
</style>
border-color css
<style>
span { border-color: #060BD2; }
span { border-color: rgb(6,11,210); }
td.TdClassName
{
border-color: #060BD2;
}
.TagClassName
{
border-color: #060BD2;
}
</style>