Shades of Blue #0200EA
Tints of Blue #0200EA
RGB
CMYK
RGB Variations
Color information
#0200EA (or 0x0200EA) is known color: Blue. HEX triplet: 02, 00 and EA. RGB value is (2,0,234). Sum of RGB (Red+Green+Blue) = 2+0+234=236 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 234 (91.80% from 255 or 99.15% from 236); Max value from RGB is 234 - color contains mainly: blue. Hex color #0200EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0200EA is #FDFF15. Grayscale: #1A1A1A. Windows color (decimal): -16645910 or 15335426. OLE color: 15335426.
HSL color Cylindrical-coordinate representation of color #0200EA: hue angle of 240.51º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0200EA is Cyan = 0.99, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 2 | 0 | 234 | - |
| CMYK | 0.99 | 1 | 0 | 0.08 |
| HSL | 240.51º | 1% | 0.46% | - |
| HSV(B) | 240.51º | 1% | 0.92% | - |
| XYZ | 14.88 | 5.95 | 78.21 | - |
| YUV | 27.27 | 244.66 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 0 | 234 | 0.99 | 1 | 0 | 0.08 | 240.51 | 1 | 0.46 |
| Hex | 2 | 0 | EA | 63 | 64 | 0 | 8 | F1 | 64 | 2E |
| Octal | 2 | 0 | 352 | 143 | 144 | 0 | 10 | 361 | 144 | 56 |
| Binary | 10 | 0 | 11101010 | 1100011 | 1100100 | 0 | 1000 | 11110001 | 1100100 | 101110 |
Color Harmonies of #0200EA
Complementary color
Monochromatic Colors of #0200EA
Black with #0200EA
Text Example
Text Example
White with #0200EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0200EA; }
p { color: rgb(2,0,234); }
H1.HeaderClassName
{
color: #0200EA;
}
.AnyTagClassName
{
color: #0200EA;
}
</style>
background-color css
<style>
a { background-color: #0200EA; }
a { background-color: rgb(2,0,234); }
div.DivClassName
{
background-color: #0200EA;
}
.BgClassName
{
background-color: #0200EA;
}
</style>
border-color css
<style>
span { border-color: #0200EA; }
span { border-color: rgb(2,0,234); }
td.TdClassName
{
border-color: #0200EA;
}
.TagClassName
{
border-color: #0200EA;
}
</style>