Shades of Blue #0201EE
Tints of Blue #0201EE
RGB
CMYK
RGB Variations
Color information
#0201EE (or 0x0201EE) is known color: Blue. HEX triplet: 02, 01 and EE. RGB value is (2,1,238). Sum of RGB (Red+Green+Blue) = 2+1+238=241 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 238 (93.36% from 255 or 98.76% from 241); Max value from RGB is 238 - color contains mainly: blue. Hex color #0201EE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0201EE is #FDFE11. Grayscale: #1B1B1B. Windows color (decimal): -16645650 or 15597826. OLE color: 15597826.
HSL color Cylindrical-coordinate representation of color #0201EE: hue angle of 240.25º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0201EE is Cyan = 0.99, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 1 | 238 | - |
| CMYK | 0.99 | 1.00 | 0 | 0.07 |
| HSL | 240.25º | 0.99% | 0.47% | - |
| HSV(B) | 240.25º | 1% | 0.93% | - |
| XYZ | 15.47 | 6.21 | 81.27 | - |
| YUV | 28.32 | 246.33 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 1 | 238 | 0.99 | 1.00 | 0 | 0.07 | 240.25 | 0.99 | 0.47 |
| Hex | 2 | 1 | EE | 63 | 64 | 0 | 7 | F0 | 63 | 2F |
| Octal | 2 | 1 | 356 | 143 | 144 | 0 | 7 | 360 | 143 | 57 |
| Binary | 10 | 1 | 11101110 | 1100011 | 1100100 | 0 | 111 | 11110000 | 1100011 | 101111 |
Color Harmonies of #0201EE
Complementary color
Monochromatic Colors of #0201EE
Black with #0201EE
Text Example
Text Example
White with #0201EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0201EE; }
p { color: rgb(2,1,238); }
H1.HeaderClassName
{
color: #0201EE;
}
.AnyTagClassName
{
color: #0201EE;
}
</style>
background-color css
<style>
a { background-color: #0201EE; }
a { background-color: rgb(2,1,238); }
div.DivClassName
{
background-color: #0201EE;
}
.BgClassName
{
background-color: #0201EE;
}
</style>
border-color css
<style>
span { border-color: #0201EE; }
span { border-color: rgb(2,1,238); }
td.TdClassName
{
border-color: #0201EE;
}
.TagClassName
{
border-color: #0201EE;
}
</style>