Shades of Blue #000FFA
Tints of Blue #000FFA
RGB
CMYK
RGB Variations
Color information
#000FFA (or 0x000FFA) is known color: Blue. HEX triplet: 00, 0F and FA. RGB value is (0,15,250). Sum of RGB (Red+Green+Blue) = 0+15+250=265 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 265); Green value is 15 (6.25% from 255 or 5.66% from 265); Blue value is 250 (98.05% from 255 or 94.34% from 265); Max value from RGB is 250 - color contains mainly: blue. Hex color #000FFA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #000FFA is #FFF005. Grayscale: #242424. Windows color (decimal): -16773126 or 16387840. OLE color: 16387840.
HSL color Cylindrical-coordinate representation of color #000FFA: hue angle of 236.4º 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 #000FFA is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 15 | 250 | - |
| CMYK | 1 | 0.94 | 0 | 0.02 |
| HSL | 236.4º | 1% | 0.49% | - |
| HSV(B) | 236.4º | 1% | 0.98% | - |
| XYZ | 17.43 | 7.24 | 90.92 | - |
| YUV | 37.31 | 248.03 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 15 | 250 | 1 | 0.94 | 0 | 0.02 | 236.4 | 1 | 0.49 |
| Hex | 0 | F | FA | 64 | 5E | 0 | 2 | EC | 64 | 31 |
| Octal | 0 | 17 | 372 | 144 | 136 | 0 | 2 | 354 | 144 | 61 |
| Binary | 0 | 1111 | 11111010 | 1100100 | 1011110 | 0 | 10 | 11101100 | 1100100 | 110001 |
Color Harmonies of #000FFA
Complementary color
Monochromatic Colors of #000FFA
Black with #000FFA
Text Example
Text Example
White with #000FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000FFA; }
p { color: rgb(0,15,250); }
H1.HeaderClassName
{
color: #000FFA;
}
.AnyTagClassName
{
color: #000FFA;
}
</style>
background-color css
<style>
a { background-color: #000FFA; }
a { background-color: rgb(0,15,250); }
div.DivClassName
{
background-color: #000FFA;
}
.BgClassName
{
background-color: #000FFA;
}
</style>
border-color css
<style>
span { border-color: #000FFA; }
span { border-color: rgb(0,15,250); }
td.TdClassName
{
border-color: #000FFA;
}
.TagClassName
{
border-color: #000FFA;
}
</style>