Shades of Blue #0201E9
Tints of Blue #0201E9
RGB
CMYK
RGB Variations
Color information
#0201E9 (or 0x0201E9) is known color: Blue. HEX triplet: 02, 01 and E9. RGB value is (2,1,233). Sum of RGB (Red+Green+Blue) = 2+1+233=236 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 233 (91.41% from 255 or 98.73% from 236); Max value from RGB is 233 - color contains mainly: blue. Hex color #0201E9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0201E9 is #FDFE16. Grayscale: #1A1A1A. Windows color (decimal): -16645655 or 15270146. OLE color: 15270146.
HSL color Cylindrical-coordinate representation of color #0201E9: hue angle of 240.26º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0201E9 is Cyan = 0.99, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 2 | 1 | 233 | - |
| CMYK | 0.99 | 1.00 | 0 | 0.09 |
| HSL | 240.26º | 0.99% | 0.46% | - |
| HSV(B) | 240.26º | 1% | 0.91% | - |
| XYZ | 14.74 | 5.92 | 77.46 | - |
| YUV | 27.75 | 243.83 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 1 | 233 | 0.99 | 1.00 | 0 | 0.09 | 240.26 | 0.99 | 0.46 |
| Hex | 2 | 1 | E9 | 63 | 64 | 0 | 9 | F0 | 63 | 2E |
| Octal | 2 | 1 | 351 | 143 | 144 | 0 | 11 | 360 | 143 | 56 |
| Binary | 10 | 1 | 11101001 | 1100011 | 1100100 | 0 | 1001 | 11110000 | 1100011 | 101110 |
Color Harmonies of #0201E9
Complementary color
Monochromatic Colors of #0201E9
Black with #0201E9
Text Example
Text Example
White with #0201E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0201E9; }
p { color: rgb(2,1,233); }
H1.HeaderClassName
{
color: #0201E9;
}
.AnyTagClassName
{
color: #0201E9;
}
</style>
background-color css
<style>
a { background-color: #0201E9; }
a { background-color: rgb(2,1,233); }
div.DivClassName
{
background-color: #0201E9;
}
.BgClassName
{
background-color: #0201E9;
}
</style>
border-color css
<style>
span { border-color: #0201E9; }
span { border-color: rgb(2,1,233); }
td.TdClassName
{
border-color: #0201E9;
}
.TagClassName
{
border-color: #0201E9;
}
</style>