Shades of Blue #0206EA
Tints of Blue #0206EA
RGB
CMYK
RGB Variations
Color information
#0206EA (or 0x0206EA) is known color: Blue. HEX triplet: 02, 06 and EA. RGB value is (2,6,234). Sum of RGB (Red+Green+Blue) = 2+6+234=242 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 234 (91.80% from 255 or 96.69% from 242); Max value from RGB is 234 - color contains mainly: blue. Hex color #0206EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0206EA is #FDF915. Grayscale: #1D1D1D. Windows color (decimal): -16644374 or 15336962. OLE color: 15336962.
HSL color Cylindrical-coordinate representation of color #0206EA: hue angle of 238.97º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0206EA is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 2 | 6 | 234 | - |
| CMYK | 0.99 | 0.97 | 0 | 0.08 |
| HSL | 238.97º | 0.98% | 0.46% | - |
| HSV(B) | 238.97º | 0.99% | 0.92% | - |
| XYZ | 14.94 | 6.08 | 78.23 | - |
| YUV | 30.8 | 242.67 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 6 | 234 | 0.99 | 0.97 | 0 | 0.08 | 238.97 | 0.98 | 0.46 |
| Hex | 2 | 6 | EA | 63 | 61 | 0 | 8 | EF | 62 | 2E |
| Octal | 2 | 6 | 352 | 143 | 141 | 0 | 10 | 357 | 142 | 56 |
| Binary | 10 | 110 | 11101010 | 1100011 | 1100001 | 0 | 1000 | 11101111 | 1100010 | 101110 |
Color Harmonies of #0206EA
Complementary color
Monochromatic Colors of #0206EA
Black with #0206EA
Text Example
Text Example
White with #0206EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0206EA; }
p { color: rgb(2,6,234); }
H1.HeaderClassName
{
color: #0206EA;
}
.AnyTagClassName
{
color: #0206EA;
}
</style>
background-color css
<style>
a { background-color: #0206EA; }
a { background-color: rgb(2,6,234); }
div.DivClassName
{
background-color: #0206EA;
}
.BgClassName
{
background-color: #0206EA;
}
</style>
border-color css
<style>
span { border-color: #0206EA; }
span { border-color: rgb(2,6,234); }
td.TdClassName
{
border-color: #0206EA;
}
.TagClassName
{
border-color: #0206EA;
}
</style>