Shades of Blue #020BE7
Tints of Blue #020BE7
RGB
CMYK
RGB Variations
Color information
#020BE7 (or 0x020BE7) is known color: Blue. HEX triplet: 02, 0B and E7. RGB value is (2,11,231). Sum of RGB (Red+Green+Blue) = 2+11+231=244 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 244); Green value is 11 (4.69% from 255 or 4.51% from 244); Blue value is 231 (90.62% from 255 or 94.67% from 244); Max value from RGB is 231 - color contains mainly: blue. Hex color #020BE7 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #020BE7 is #FDF418. Grayscale: #202020. Windows color (decimal): -16643097 or 15141634. OLE color: 15141634.
HSL color Cylindrical-coordinate representation of color #020BE7: hue angle of 237.64º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020BE7 is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 2 | 11 | 231 | - |
| CMYK | 0.99 | 0.95 | 0 | 0.09 |
| HSL | 237.64º | 0.98% | 0.46% | - |
| HSV(B) | 237.64º | 0.99% | 0.91% | - |
| XYZ | 14.57 | 6.02 | 76 | - |
| YUV | 33.39 | 239.52 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 231 | 0.99 | 0.95 | 0 | 0.09 | 237.64 | 0.98 | 0.46 |
| Hex | 2 | B | E7 | 63 | 5F | 0 | 9 | EE | 62 | 2E |
| Octal | 2 | 13 | 347 | 143 | 137 | 0 | 11 | 356 | 142 | 56 |
| Binary | 10 | 1011 | 11100111 | 1100011 | 1011111 | 0 | 1001 | 11101110 | 1100010 | 101110 |
Color Harmonies of #020BE7
Complementary color
Monochromatic Colors of #020BE7
Black with #020BE7
Text Example
Text Example
White with #020BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020BE7; }
p { color: rgb(2,11,231); }
H1.HeaderClassName
{
color: #020BE7;
}
.AnyTagClassName
{
color: #020BE7;
}
</style>
background-color css
<style>
a { background-color: #020BE7; }
a { background-color: rgb(2,11,231); }
div.DivClassName
{
background-color: #020BE7;
}
.BgClassName
{
background-color: #020BE7;
}
</style>
border-color css
<style>
span { border-color: #020BE7; }
span { border-color: rgb(2,11,231); }
td.TdClassName
{
border-color: #020BE7;
}
.TagClassName
{
border-color: #020BE7;
}
</style>