Shades of Medium Blue #020BBF
Tints of Medium Blue #020BBF
RGB
CMYK
RGB Variations
Color information
#020BBF (or 0x020BBF) is known color: Medium Blue. HEX triplet: 02, 0B and BF. RGB value is (2,11,191). Sum of RGB (Red+Green+Blue) = 2+11+191=204 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 204); Green value is 11 (4.69% from 255 or 5.39% from 204); Blue value is 191 (75% from 255 or 93.63% from 204); Max value from RGB is 191 - color contains mainly: blue. Hex color #020BBF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020BBF is #FDF440. Grayscale: #1C1C1C. Windows color (decimal): -16643137 or 12520194. OLE color: 12520194.
HSL color Cylindrical-coordinate representation of color #020BBF: hue angle of 237.14º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020BBF is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 11 | 191 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.25 |
| HSL | 237.14º | 0.98% | 0.38% | - |
| HSV(B) | 237.14º | 0.99% | 0.75% | - |
| XYZ | 9.55 | 4.01 | 49.56 | - |
| YUV | 28.83 | 219.52 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 191 | 0.99 | 0.94 | 0 | 0.25 | 237.14 | 0.98 | 0.38 |
| Hex | 2 | B | BF | 63 | 5E | 0 | 19 | ED | 62 | 26 |
| Octal | 2 | 13 | 277 | 143 | 136 | 0 | 31 | 355 | 142 | 46 |
| Binary | 10 | 1011 | 10111111 | 1100011 | 1011110 | 0 | 11001 | 11101101 | 1100010 | 100110 |
Color Harmonies of #020BBF
Complementary color
Monochromatic Colors of #020BBF
Black with #020BBF
Text Example
Text Example
White with #020BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020BBF; }
p { color: rgb(2,11,191); }
H1.HeaderClassName
{
color: #020BBF;
}
.AnyTagClassName
{
color: #020BBF;
}
</style>
background-color css
<style>
a { background-color: #020BBF; }
a { background-color: rgb(2,11,191); }
div.DivClassName
{
background-color: #020BBF;
}
.BgClassName
{
background-color: #020BBF;
}
</style>
border-color css
<style>
span { border-color: #020BBF; }
span { border-color: rgb(2,11,191); }
td.TdClassName
{
border-color: #020BBF;
}
.TagClassName
{
border-color: #020BBF;
}
</style>