Shades of Blue #0709EA
Tints of Blue #0709EA
RGB
CMYK
RGB Variations
Color information
#0709EA (or 0x0709EA) is known color: Blue. HEX triplet: 07, 09 and EA. RGB value is (7,9,234). Sum of RGB (Red+Green+Blue) = 7+9+234=250 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.8% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 234 (91.80% from 255 or 93.6% from 250); Max value from RGB is 234 - color contains mainly: blue. Hex color #0709EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0709EA is #F8F615. Grayscale: #212121. Windows color (decimal): -16315926 or 15337735. OLE color: 15337735.
HSL color Cylindrical-coordinate representation of color #0709EA: hue angle of 239.47º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0709EA is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 7 | 9 | 234 | - |
| CMYK | 0.97 | 0.96 | 0 | 0.08 |
| HSL | 239.47º | 0.94% | 0.47% | - |
| HSV(B) | 239.47º | 0.97% | 0.92% | - |
| XYZ | 15.04 | 6.18 | 78.24 | - |
| YUV | 34.05 | 240.84 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 9 | 234 | 0.97 | 0.96 | 0 | 0.08 | 239.47 | 0.94 | 0.47 |
| Hex | 7 | 9 | EA | 61 | 60 | 0 | 8 | EF | 5E | 2F |
| Octal | 7 | 11 | 352 | 141 | 140 | 0 | 10 | 357 | 136 | 57 |
| Binary | 111 | 1001 | 11101010 | 1100001 | 1100000 | 0 | 1000 | 11101111 | 1011110 | 101111 |
Color Harmonies of #0709EA
Complementary color
Monochromatic Colors of #0709EA
Black with #0709EA
Text Example
Text Example
White with #0709EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0709EA; }
p { color: rgb(7,9,234); }
H1.HeaderClassName
{
color: #0709EA;
}
.AnyTagClassName
{
color: #0709EA;
}
</style>
background-color css
<style>
a { background-color: #0709EA; }
a { background-color: rgb(7,9,234); }
div.DivClassName
{
background-color: #0709EA;
}
.BgClassName
{
background-color: #0709EA;
}
</style>
border-color css
<style>
span { border-color: #0709EA; }
span { border-color: rgb(7,9,234); }
td.TdClassName
{
border-color: #0709EA;
}
.TagClassName
{
border-color: #0709EA;
}
</style>