Shades of Blue #0002F6
Tints of Blue #0002F6
RGB
CMYK
RGB Variations
Color information
#0002F6 (or 0x0002F6) is known color: Blue. HEX triplet: 00, 02 and F6. RGB value is (0,2,246). Sum of RGB (Red+Green+Blue) = 0+2+246=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 246 (96.48% from 255 or 99.19% from 248); Max value from RGB is 246 - color contains mainly: blue. Hex color #0002F6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0002F6 is #FFFD09. Grayscale: #1C1C1C. Windows color (decimal): -16776458 or 16122368. OLE color: 16122368.
HSL color Cylindrical-coordinate representation of color #0002F6: hue angle of 239.51º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0002F6 is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 0 | 2 | 246 | - |
| CMYK | 1 | 0.99 | 0 | 0.04 |
| HSL | 239.51º | 1% | 0.48% | - |
| HSV(B) | 239.51º | 1% | 0.96% | - |
| XYZ | 16.66 | 6.7 | 87.6 | - |
| YUV | 29.22 | 250.34 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 2 | 246 | 1 | 0.99 | 0 | 0.04 | 239.51 | 1 | 0.48 |
| Hex | 0 | 2 | F6 | 64 | 63 | 0 | 4 | F0 | 64 | 30 |
| Octal | 0 | 2 | 366 | 144 | 143 | 0 | 4 | 360 | 144 | 60 |
| Binary | 0 | 10 | 11110110 | 1100100 | 1100011 | 0 | 100 | 11110000 | 1100100 | 110000 |
Color Harmonies of #0002F6
Complementary color
Monochromatic Colors of #0002F6
Black with #0002F6
Text Example
Text Example
White with #0002F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0002F6; }
p { color: rgb(0,2,246); }
H1.HeaderClassName
{
color: #0002F6;
}
.AnyTagClassName
{
color: #0002F6;
}
</style>
background-color css
<style>
a { background-color: #0002F6; }
a { background-color: rgb(0,2,246); }
div.DivClassName
{
background-color: #0002F6;
}
.BgClassName
{
background-color: #0002F6;
}
</style>
border-color css
<style>
span { border-color: #0002F6; }
span { border-color: rgb(0,2,246); }
td.TdClassName
{
border-color: #0002F6;
}
.TagClassName
{
border-color: #0002F6;
}
</style>