Shades of Blue #0207FB
Tints of Blue #0207FB
RGB
CMYK
RGB Variations
Color information
#0207FB (or 0x0207FB) is known color: Blue. HEX triplet: 02, 07 and FB. RGB value is (2,7,251). Sum of RGB (Red+Green+Blue) = 2+7+251=260 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 260); Green value is 7 (3.12% from 255 or 2.69% from 260); Blue value is 251 (98.44% from 255 or 96.54% from 260); Max value from RGB is 251 - color contains mainly: blue. Hex color #0207FB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0207FB is #FDF804. Grayscale: #202020. Windows color (decimal): -16644101 or 16451330. OLE color: 16451330.
HSL color Cylindrical-coordinate representation of color #0207FB: hue angle of 238.8º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0207FB is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 7 | 251 | - |
| CMYK | 0.99 | 0.97 | 0 | 0.02 |
| HSL | 238.8º | 0.98% | 0.5% | - |
| HSV(B) | 238.8º | 0.99% | 0.98% | - |
| XYZ | 17.51 | 7.13 | 91.72 | - |
| YUV | 33.32 | 250.84 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 7 | 251 | 0.99 | 0.97 | 0 | 0.02 | 238.8 | 0.98 | 0.5 |
| Hex | 2 | 7 | FB | 63 | 61 | 0 | 2 | EF | 62 | 32 |
| Octal | 2 | 7 | 373 | 143 | 141 | 0 | 2 | 357 | 142 | 62 |
| Binary | 10 | 111 | 11111011 | 1100011 | 1100001 | 0 | 10 | 11101111 | 1100010 | 110010 |
Color Harmonies of #0207FB
Complementary color
Monochromatic Colors of #0207FB
Black with #0207FB
Text Example
Text Example
White with #0207FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0207FB; }
p { color: rgb(2,7,251); }
H1.HeaderClassName
{
color: #0207FB;
}
.AnyTagClassName
{
color: #0207FB;
}
</style>
background-color css
<style>
a { background-color: #0207FB; }
a { background-color: rgb(2,7,251); }
div.DivClassName
{
background-color: #0207FB;
}
.BgClassName
{
background-color: #0207FB;
}
</style>
border-color css
<style>
span { border-color: #0207FB; }
span { border-color: rgb(2,7,251); }
td.TdClassName
{
border-color: #0207FB;
}
.TagClassName
{
border-color: #0207FB;
}
</style>