Shades of Medium Blue #0727DF
Tints of Medium Blue #0727DF
RGB
CMYK
RGB Variations
Color information
#0727DF (or 0x0727DF) is known color: Medium Blue. HEX triplet: 07, 27 and DF. RGB value is (7,39,223). Sum of RGB (Red+Green+Blue) = 7+39+223=269 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.60% from 269); Green value is 39 (15.62% from 255 or 14.50% from 269); Blue value is 223 (87.5% from 255 or 82.90% from 269); Max value from RGB is 223 - color contains mainly: blue. Hex color #0727DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0727DF is #F8D820. Grayscale: #313131. Windows color (decimal): -16308257 or 14624519. OLE color: 14624519.
HSL color Cylindrical-coordinate representation of color #0727DF: hue angle of 231.11º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0727DF is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 39 | 223 | - |
| CMYK | 0.97 | 0.83 | 0 | 0.13 |
| HSL | 231.11º | 0.94% | 0.45% | - |
| HSV(B) | 231.11º | 0.97% | 0.87% | - |
| XYZ | 14.13 | 6.82 | 70.38 | - |
| YUV | 50.41 | 225.4 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 39 | 223 | 0.97 | 0.83 | 0 | 0.13 | 231.11 | 0.94 | 0.45 |
| Hex | 7 | 27 | DF | 61 | 53 | 0 | D | E7 | 5E | 2D |
| Octal | 7 | 47 | 337 | 141 | 123 | 0 | 15 | 347 | 136 | 55 |
| Binary | 111 | 100111 | 11011111 | 1100001 | 1010011 | 0 | 1101 | 11100111 | 1011110 | 101101 |
Color Harmonies of #0727DF
Complementary color
Monochromatic Colors of #0727DF
Black with #0727DF
Text Example
Text Example
White with #0727DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0727DF; }
p { color: rgb(7,39,223); }
H1.HeaderClassName
{
color: #0727DF;
}
.AnyTagClassName
{
color: #0727DF;
}
</style>
background-color css
<style>
a { background-color: #0727DF; }
a { background-color: rgb(7,39,223); }
div.DivClassName
{
background-color: #0727DF;
}
.BgClassName
{
background-color: #0727DF;
}
</style>
border-color css
<style>
span { border-color: #0727DF; }
span { border-color: rgb(7,39,223); }
td.TdClassName
{
border-color: #0727DF;
}
.TagClassName
{
border-color: #0727DF;
}
</style>