Shades of Blue #0006FA
Tints of Blue #0006FA
RGB
CMYK
RGB Variations
Color information
#0006FA (or 0x0006FA) is known color: Blue. HEX triplet: 00, 06 and FA. RGB value is (0,6,250). Sum of RGB (Red+Green+Blue) = 0+6+250=256 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 250 (98.05% from 255 or 97.66% from 256); Max value from RGB is 250 - color contains mainly: blue. Hex color #0006FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0006FA is #FFF905. Grayscale: #1F1F1F. Windows color (decimal): -16775430 or 16385536. OLE color: 16385536.
HSL color Cylindrical-coordinate representation of color #0006FA: hue angle of 238.56º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0006FA is Cyan = 1, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 6 | 250 | - |
| CMYK | 1 | 0.98 | 0 | 0.02 |
| HSL | 238.56º | 1% | 0.49% | - |
| HSV(B) | 238.56º | 1% | 0.98% | - |
| XYZ | 17.32 | 7.03 | 90.89 | - |
| YUV | 32.02 | 251.01 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 6 | 250 | 1 | 0.98 | 0 | 0.02 | 238.56 | 1 | 0.49 |
| Hex | 0 | 6 | FA | 64 | 62 | 0 | 2 | EF | 64 | 31 |
| Octal | 0 | 6 | 372 | 144 | 142 | 0 | 2 | 357 | 144 | 61 |
| Binary | 0 | 110 | 11111010 | 1100100 | 1100010 | 0 | 10 | 11101111 | 1100100 | 110001 |
Color Harmonies of #0006FA
Complementary color
Monochromatic Colors of #0006FA
Black with #0006FA
Text Example
Text Example
White with #0006FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0006FA; }
p { color: rgb(0,6,250); }
H1.HeaderClassName
{
color: #0006FA;
}
.AnyTagClassName
{
color: #0006FA;
}
</style>
background-color css
<style>
a { background-color: #0006FA; }
a { background-color: rgb(0,6,250); }
div.DivClassName
{
background-color: #0006FA;
}
.BgClassName
{
background-color: #0006FA;
}
</style>
border-color css
<style>
span { border-color: #0006FA; }
span { border-color: rgb(0,6,250); }
td.TdClassName
{
border-color: #0006FA;
}
.TagClassName
{
border-color: #0006FA;
}
</style>