Shades of Blue #0727FC
Tints of Blue #0727FC
RGB
CMYK
RGB Variations
Color information
#0727FC (or 0x0727FC) is known color: Blue. HEX triplet: 07, 27 and FC. RGB value is (7,39,252). Sum of RGB (Red+Green+Blue) = 7+39+252=298 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.35% from 298); Green value is 39 (15.62% from 255 or 13.09% from 298); Blue value is 252 (98.83% from 255 or 84.56% from 298); Max value from RGB is 252 - color contains mainly: blue. Hex color #0727FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0727FC is #F8D803. Grayscale: #343434. Windows color (decimal): -16308228 or 16525063. OLE color: 16525063.
HSL color Cylindrical-coordinate representation of color #0727FC: hue angle of 232.16º 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 #0727FC is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 39 | 252 | - |
| CMYK | 0.97 | 0.85 | 0 | 0.01 |
| HSL | 232.16º | 0.98% | 0.51% | - |
| HSV(B) | 232.16º | 0.97% | 0.99% | - |
| XYZ | 18.38 | 8.52 | 92.77 | - |
| YUV | 53.71 | 239.9 | 94.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 39 | 252 | 0.97 | 0.85 | 0 | 0.01 | 232.16 | 0.98 | 0.51 |
| Hex | 7 | 27 | FC | 61 | 55 | 0 | 1 | E8 | 62 | 33 |
| Octal | 7 | 47 | 374 | 141 | 125 | 0 | 1 | 350 | 142 | 63 |
| Binary | 111 | 100111 | 11111100 | 1100001 | 1010101 | 0 | 1 | 11101000 | 1100010 | 110011 |
Color Harmonies of #0727FC
Complementary color
Monochromatic Colors of #0727FC
Black with #0727FC
Text Example
Text Example
White with #0727FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0727FC; }
p { color: rgb(7,39,252); }
H1.HeaderClassName
{
color: #0727FC;
}
.AnyTagClassName
{
color: #0727FC;
}
</style>
background-color css
<style>
a { background-color: #0727FC; }
a { background-color: rgb(7,39,252); }
div.DivClassName
{
background-color: #0727FC;
}
.BgClassName
{
background-color: #0727FC;
}
</style>
border-color css
<style>
span { border-color: #0727FC; }
span { border-color: rgb(7,39,252); }
td.TdClassName
{
border-color: #0727FC;
}
.TagClassName
{
border-color: #0727FC;
}
</style>