Shades of Blue #0735FF
Tints of Blue #0735FF
RGB
CMYK
RGB Variations
Color information
#0735FF (or 0x0735FF) is known color: Blue. HEX triplet: 07, 35 and FF. RGB value is (7,53,255). Sum of RGB (Red+Green+Blue) = 7+53+255=315 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.22% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 255 (100% from 255 or 80.95% from 315); Max value from RGB is 255 - color contains mainly: blue. Hex color #0735FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0735FF is #F8CA00. Grayscale: #3D3D3D. Windows color (decimal): -16304641 or 16725255. OLE color: 16725255.
HSL color Cylindrical-coordinate representation of color #0735FF: hue angle of 228.87º 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 #0735FF is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 53 | 255 | - |
| CMYK | 0.97 | 0.79 | 0 | 0 |
| HSL | 228.87º | 1% | 0.51% | - |
| HSV(B) | 228.87º | 0.97% | 1% | - |
| XYZ | 19.41 | 9.81 | 95.48 | - |
| YUV | 62.27 | 236.76 | 88.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 53 | 255 | 0.97 | 0.79 | 0 | 0 | 228.87 | 1 | 0.51 |
| Hex | 7 | 35 | FF | 61 | 4F | 0 | 0 | E5 | 64 | 33 |
| Octal | 7 | 65 | 377 | 141 | 117 | 0 | 0 | 345 | 144 | 63 |
| Binary | 111 | 110101 | 11111111 | 1100001 | 1001111 | 0 | 0 | 11100101 | 1100100 | 110011 |
Color Harmonies of #0735FF
Complementary color
Monochromatic Colors of #0735FF
Black with #0735FF
Text Example
Text Example
White with #0735FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0735FF; }
p { color: rgb(7,53,255); }
H1.HeaderClassName
{
color: #0735FF;
}
.AnyTagClassName
{
color: #0735FF;
}
</style>
background-color css
<style>
a { background-color: #0735FF; }
a { background-color: rgb(7,53,255); }
div.DivClassName
{
background-color: #0735FF;
}
.BgClassName
{
background-color: #0735FF;
}
</style>
border-color css
<style>
span { border-color: #0735FF; }
span { border-color: rgb(7,53,255); }
td.TdClassName
{
border-color: #0735FF;
}
.TagClassName
{
border-color: #0735FF;
}
</style>