Shades of Blue #000FF2
Tints of Blue #000FF2
RGB
CMYK
RGB Variations
Color information
#000FF2 (or 0x000FF2) is known color: Blue. HEX triplet: 00, 0F and F2. RGB value is (0,15,242). Sum of RGB (Red+Green+Blue) = 0+15+242=257 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 257); Green value is 15 (6.25% from 255 or 5.84% from 257); Blue value is 242 (94.92% from 255 or 94.16% from 257); Max value from RGB is 242 - color contains mainly: blue. Hex color #000FF2 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #000FF2 is #FFF00D. Grayscale: #232323. Windows color (decimal): -16773134 or 15863552. OLE color: 15863552.
HSL color Cylindrical-coordinate representation of color #000FF2: hue angle of 236.28º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000FF2 is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 15 | 242 | - |
| CMYK | 1 | 0.94 | 0 | 0.05 |
| HSL | 236.28º | 1% | 0.47% | - |
| HSV(B) | 236.28º | 1% | 0.95% | - |
| XYZ | 16.2 | 6.75 | 84.45 | - |
| YUV | 36.39 | 244.03 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 15 | 242 | 1 | 0.94 | 0 | 0.05 | 236.28 | 1 | 0.47 |
| Hex | 0 | F | F2 | 64 | 5E | 0 | 5 | EC | 64 | 2F |
| Octal | 0 | 17 | 362 | 144 | 136 | 0 | 5 | 354 | 144 | 57 |
| Binary | 0 | 1111 | 11110010 | 1100100 | 1011110 | 0 | 101 | 11101100 | 1100100 | 101111 |
Color Harmonies of #000FF2
Complementary color
Monochromatic Colors of #000FF2
Black with #000FF2
Text Example
Text Example
White with #000FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000FF2; }
p { color: rgb(0,15,242); }
H1.HeaderClassName
{
color: #000FF2;
}
.AnyTagClassName
{
color: #000FF2;
}
</style>
background-color css
<style>
a { background-color: #000FF2; }
a { background-color: rgb(0,15,242); }
div.DivClassName
{
background-color: #000FF2;
}
.BgClassName
{
background-color: #000FF2;
}
</style>
border-color css
<style>
span { border-color: #000FF2; }
span { border-color: rgb(0,15,242); }
td.TdClassName
{
border-color: #000FF2;
}
.TagClassName
{
border-color: #000FF2;
}
</style>