Shades of Medium Blue #020BD3
Tints of Medium Blue #020BD3
RGB
CMYK
RGB Variations
Color information
#020BD3 (or 0x020BD3) is known color: Medium Blue. HEX triplet: 02, 0B and D3. RGB value is (2,11,211). Sum of RGB (Red+Green+Blue) = 2+11+211=224 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 224); Green value is 11 (4.69% from 255 or 4.91% from 224); Blue value is 211 (82.81% from 255 or 94.20% from 224); Max value from RGB is 211 - color contains mainly: blue. Hex color #020BD3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020BD3 is #FDF42C. Grayscale: #1E1E1E. Windows color (decimal): -16643117 or 13830914. OLE color: 13830914.
HSL color Cylindrical-coordinate representation of color #020BD3: hue angle of 237.42º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020BD3 is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 2 | 11 | 211 | - |
| CMYK | 0.99 | 0.95 | 0 | 0.17 |
| HSL | 237.42º | 0.98% | 0.42% | - |
| HSV(B) | 237.42º | 0.99% | 0.83% | - |
| XYZ | 11.9 | 4.96 | 61.96 | - |
| YUV | 31.11 | 229.52 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 211 | 0.99 | 0.95 | 0 | 0.17 | 237.42 | 0.98 | 0.42 |
| Hex | 2 | B | D3 | 63 | 5F | 0 | 11 | ED | 62 | 2A |
| Octal | 2 | 13 | 323 | 143 | 137 | 0 | 21 | 355 | 142 | 52 |
| Binary | 10 | 1011 | 11010011 | 1100011 | 1011111 | 0 | 10001 | 11101101 | 1100010 | 101010 |
Color Harmonies of #020BD3
Complementary color
Monochromatic Colors of #020BD3
Black with #020BD3
Text Example
Text Example
White with #020BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020BD3; }
p { color: rgb(2,11,211); }
H1.HeaderClassName
{
color: #020BD3;
}
.AnyTagClassName
{
color: #020BD3;
}
</style>
background-color css
<style>
a { background-color: #020BD3; }
a { background-color: rgb(2,11,211); }
div.DivClassName
{
background-color: #020BD3;
}
.BgClassName
{
background-color: #020BD3;
}
</style>
border-color css
<style>
span { border-color: #020BD3; }
span { border-color: rgb(2,11,211); }
td.TdClassName
{
border-color: #020BD3;
}
.TagClassName
{
border-color: #020BD3;
}
</style>