Shades of Blue #0740FF
Tints of Blue #0740FF
RGB
CMYK
RGB Variations
Color information
#0740FF (or 0x0740FF) is known color: Blue. HEX triplet: 07, 40 and FF. RGB value is (7,64,255). Sum of RGB (Red+Green+Blue) = 7+64+255=326 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.15% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 255 (100% from 255 or 78.22% from 326); Max value from RGB is 255 - color contains mainly: blue. Hex color #0740FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0740FF is #F8BF00. Grayscale: #434343. Windows color (decimal): -16301825 or 16728071. OLE color: 16728071.
HSL color Cylindrical-coordinate representation of color #0740FF: hue angle of 226.21º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0740FF is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 64 | 255 | - |
| CMYK | 0.97 | 0.75 | 0 | 0 |
| HSL | 226.21º | 1% | 0.51% | - |
| HSV(B) | 226.21º | 0.97% | 1% | - |
| XYZ | 19.97 | 10.93 | 95.67 | - |
| YUV | 68.73 | 233.12 | 83.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 64 | 255 | 0.97 | 0.75 | 0 | 0 | 226.21 | 1 | 0.51 |
| Hex | 7 | 40 | FF | 61 | 4B | 0 | 0 | E2 | 64 | 33 |
| Octal | 7 | 100 | 377 | 141 | 113 | 0 | 0 | 342 | 144 | 63 |
| Binary | 111 | 1000000 | 11111111 | 1100001 | 1001011 | 0 | 0 | 11100010 | 1100100 | 110011 |
Color Harmonies of #0740FF
Complementary color
Monochromatic Colors of #0740FF
Black with #0740FF
Text Example
Text Example
White with #0740FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0740FF; }
p { color: rgb(7,64,255); }
H1.HeaderClassName
{
color: #0740FF;
}
.AnyTagClassName
{
color: #0740FF;
}
</style>
background-color css
<style>
a { background-color: #0740FF; }
a { background-color: rgb(7,64,255); }
div.DivClassName
{
background-color: #0740FF;
}
.BgClassName
{
background-color: #0740FF;
}
</style>
border-color css
<style>
span { border-color: #0740FF; }
span { border-color: rgb(7,64,255); }
td.TdClassName
{
border-color: #0740FF;
}
.TagClassName
{
border-color: #0740FF;
}
</style>