Shades of Blue #0709FE
Tints of Blue #0709FE
RGB
CMYK
RGB Variations
Color information
#0709FE (or 0x0709FE) is known color: Blue. HEX triplet: 07, 09 and FE. RGB value is (7,9,254). Sum of RGB (Red+Green+Blue) = 7+9+254=270 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.59% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 254 (99.61% from 255 or 94.07% from 270); Max value from RGB is 254 - color contains mainly: blue. Hex color #0709FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0709FE is #F8F601. Grayscale: #232323. Windows color (decimal): -16315906 or 16648455. OLE color: 16648455.
HSL color Cylindrical-coordinate representation of color #0709FE: hue angle of 239.51º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0709FE is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 7 | 9 | 254 | - |
| CMYK | 0.97 | 0.96 | 0 | 0.00 |
| HSL | 239.51º | 0.99% | 0.51% | - |
| HSV(B) | 239.51º | 0.97% | 1% | - |
| XYZ | 18.07 | 7.4 | 94.24 | - |
| YUV | 36.33 | 250.84 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 9 | 254 | 0.97 | 0.96 | 0 | 0.00 | 239.51 | 0.99 | 0.51 |
| Hex | 7 | 9 | FE | 61 | 60 | 0 | 0 | F0 | 63 | 33 |
| Octal | 7 | 11 | 376 | 141 | 140 | 0 | 0 | 360 | 143 | 63 |
| Binary | 111 | 1001 | 11111110 | 1100001 | 1100000 | 0 | 0 | 11110000 | 1100011 | 110011 |
Color Harmonies of #0709FE
Complementary color
Monochromatic Colors of #0709FE
Black with #0709FE
Text Example
Text Example
White with #0709FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0709FE; }
p { color: rgb(7,9,254); }
H1.HeaderClassName
{
color: #0709FE;
}
.AnyTagClassName
{
color: #0709FE;
}
</style>
background-color css
<style>
a { background-color: #0709FE; }
a { background-color: rgb(7,9,254); }
div.DivClassName
{
background-color: #0709FE;
}
.BgClassName
{
background-color: #0709FE;
}
</style>
border-color css
<style>
span { border-color: #0709FE; }
span { border-color: rgb(7,9,254); }
td.TdClassName
{
border-color: #0709FE;
}
.TagClassName
{
border-color: #0709FE;
}
</style>