Shades of Blue #0206FC
Tints of Blue #0206FC
RGB
CMYK
RGB Variations
Color information
#0206FC (or 0x0206FC) is known color: Blue. HEX triplet: 02, 06 and FC. RGB value is (2,6,252). Sum of RGB (Red+Green+Blue) = 2+6+252=260 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 252 (98.83% from 255 or 96.92% from 260); Max value from RGB is 252 - color contains mainly: blue. Hex color #0206FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0206FC is #FDF903. Grayscale: #1F1F1F. Windows color (decimal): -16644356 or 16516610. OLE color: 16516610.
HSL color Cylindrical-coordinate representation of color #0206FC: hue angle of 239.04º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0206FC is Cyan = 0.99, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 6 | 252 | - |
| CMYK | 0.99 | 0.98 | 0 | 0.01 |
| HSL | 239.04º | 0.98% | 0.5% | - |
| HSV(B) | 239.04º | 0.99% | 0.99% | - |
| XYZ | 17.66 | 7.17 | 92.55 | - |
| YUV | 32.85 | 251.67 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 6 | 252 | 0.99 | 0.98 | 0 | 0.01 | 239.04 | 0.98 | 0.5 |
| Hex | 2 | 6 | FC | 63 | 62 | 0 | 1 | EF | 62 | 32 |
| Octal | 2 | 6 | 374 | 143 | 142 | 0 | 1 | 357 | 142 | 62 |
| Binary | 10 | 110 | 11111100 | 1100011 | 1100010 | 0 | 1 | 11101111 | 1100010 | 110010 |
Color Harmonies of #0206FC
Complementary color
Monochromatic Colors of #0206FC
Black with #0206FC
Text Example
Text Example
White with #0206FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0206FC; }
p { color: rgb(2,6,252); }
H1.HeaderClassName
{
color: #0206FC;
}
.AnyTagClassName
{
color: #0206FC;
}
</style>
background-color css
<style>
a { background-color: #0206FC; }
a { background-color: rgb(2,6,252); }
div.DivClassName
{
background-color: #0206FC;
}
.BgClassName
{
background-color: #0206FC;
}
</style>
border-color css
<style>
span { border-color: #0206FC; }
span { border-color: rgb(2,6,252); }
td.TdClassName
{
border-color: #0206FC;
}
.TagClassName
{
border-color: #0206FC;
}
</style>