Shades of Blue #0727EB
Tints of Blue #0727EB
RGB
CMYK
RGB Variations
Color information
#0727EB (or 0x0727EB) is known color: Blue. HEX triplet: 07, 27 and EB. RGB value is (7,39,235). Sum of RGB (Red+Green+Blue) = 7+39+235=281 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.49% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 235 (92.19% from 255 or 83.63% from 281); Max value from RGB is 235 - color contains mainly: blue. Hex color #0727EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0727EB is #F8D814. Grayscale: #323232. Windows color (decimal): -16308245 or 15410951. OLE color: 15410951.
HSL color Cylindrical-coordinate representation of color #0727EB: hue angle of 231.58º 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 #0727EB is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 7 | 39 | 235 | - |
| CMYK | 0.97 | 0.83 | 0 | 0.08 |
| HSL | 231.58º | 0.94% | 0.47% | - |
| HSV(B) | 231.58º | 0.97% | 0.92% | - |
| XYZ | 15.81 | 7.49 | 79.21 | - |
| YUV | 51.78 | 231.4 | 96.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 39 | 235 | 0.97 | 0.83 | 0 | 0.08 | 231.58 | 0.94 | 0.47 |
| Hex | 7 | 27 | EB | 61 | 53 | 0 | 8 | E8 | 5E | 2F |
| Octal | 7 | 47 | 353 | 141 | 123 | 0 | 10 | 350 | 136 | 57 |
| Binary | 111 | 100111 | 11101011 | 1100001 | 1010011 | 0 | 1000 | 11101000 | 1011110 | 101111 |
Color Harmonies of #0727EB
Complementary color
Monochromatic Colors of #0727EB
Black with #0727EB
Text Example
Text Example
White with #0727EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0727EB; }
p { color: rgb(7,39,235); }
H1.HeaderClassName
{
color: #0727EB;
}
.AnyTagClassName
{
color: #0727EB;
}
</style>
background-color css
<style>
a { background-color: #0727EB; }
a { background-color: rgb(7,39,235); }
div.DivClassName
{
background-color: #0727EB;
}
.BgClassName
{
background-color: #0727EB;
}
</style>
border-color css
<style>
span { border-color: #0727EB; }
span { border-color: rgb(7,39,235); }
td.TdClassName
{
border-color: #0727EB;
}
.TagClassName
{
border-color: #0727EB;
}
</style>