Shades of Blue #0727FD
Tints of Blue #0727FD
RGB
CMYK
RGB Variations
Color information
#0727FD (or 0x0727FD) is known color: Blue. HEX triplet: 07, 27 and FD. RGB value is (7,39,253). Sum of RGB (Red+Green+Blue) = 7+39+253=299 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.34% from 299); Green value is 39 (15.62% from 255 or 13.04% from 299); Blue value is 253 (99.22% from 255 or 84.62% from 299); Max value from RGB is 253 - color contains mainly: blue. Hex color #0727FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0727FD is #F8D802. Grayscale: #343434. Windows color (decimal): -16308227 or 16590599. OLE color: 16590599.
HSL color Cylindrical-coordinate representation of color #0727FD: hue angle of 232.2º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0727FD is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 39 | 253 | - |
| CMYK | 0.97 | 0.85 | 0 | 0.01 |
| HSL | 232.2º | 0.98% | 0.51% | - |
| HSV(B) | 232.2º | 0.97% | 0.99% | - |
| XYZ | 18.54 | 8.59 | 93.61 | - |
| YUV | 53.83 | 240.4 | 94.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 39 | 253 | 0.97 | 0.85 | 0 | 0.01 | 232.2 | 0.98 | 0.51 |
| Hex | 7 | 27 | FD | 61 | 55 | 0 | 1 | E8 | 62 | 33 |
| Octal | 7 | 47 | 375 | 141 | 125 | 0 | 1 | 350 | 142 | 63 |
| Binary | 111 | 100111 | 11111101 | 1100001 | 1010101 | 0 | 1 | 11101000 | 1100010 | 110011 |
Color Harmonies of #0727FD
Complementary color
Monochromatic Colors of #0727FD
Black with #0727FD
Text Example
Text Example
White with #0727FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0727FD; }
p { color: rgb(7,39,253); }
H1.HeaderClassName
{
color: #0727FD;
}
.AnyTagClassName
{
color: #0727FD;
}
</style>
background-color css
<style>
a { background-color: #0727FD; }
a { background-color: rgb(7,39,253); }
div.DivClassName
{
background-color: #0727FD;
}
.BgClassName
{
background-color: #0727FD;
}
</style>
border-color css
<style>
span { border-color: #0727FD; }
span { border-color: rgb(7,39,253); }
td.TdClassName
{
border-color: #0727FD;
}
.TagClassName
{
border-color: #0727FD;
}
</style>