Shades of Medium Blue #0027DE
Tints of Medium Blue #0027DE
RGB
CMYK
RGB Variations
Color information
#0027DE (or 0x0027DE) is known color: Medium Blue. HEX triplet: 00, 27 and DE. RGB value is (0,39,222). Sum of RGB (Red+Green+Blue) = 0+39+222=261 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 261); Green value is 39 (15.62% from 255 or 14.94% from 261); Blue value is 222 (87.11% from 255 or 85.06% from 261); Max value from RGB is 222 - color contains mainly: blue. Hex color #0027DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0027DE is #FFD821. Grayscale: #2F2F2F. Windows color (decimal): -16767010 or 14558976. OLE color: 14558976.
HSL color Cylindrical-coordinate representation of color #0027DE: hue angle of 229.46º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0027DE is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 39 | 222 | - |
| CMYK | 1 | 0.82 | 0 | 0.13 |
| HSL | 229.46º | 1% | 0.44% | - |
| HSV(B) | 229.46º | 1% | 0.87% | - |
| XYZ | 13.91 | 6.72 | 69.67 | - |
| YUV | 48.2 | 226.08 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 39 | 222 | 1 | 0.82 | 0 | 0.13 | 229.46 | 1 | 0.44 |
| Hex | 0 | 27 | DE | 64 | 52 | 0 | D | E5 | 64 | 2C |
| Octal | 0 | 47 | 336 | 144 | 122 | 0 | 15 | 345 | 144 | 54 |
| Binary | 0 | 100111 | 11011110 | 1100100 | 1010010 | 0 | 1101 | 11100101 | 1100100 | 101100 |
Color Harmonies of #0027DE
Complementary color
Monochromatic Colors of #0027DE
Black with #0027DE
Text Example
Text Example
White with #0027DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0027DE; }
p { color: rgb(0,39,222); }
H1.HeaderClassName
{
color: #0027DE;
}
.AnyTagClassName
{
color: #0027DE;
}
</style>
background-color css
<style>
a { background-color: #0027DE; }
a { background-color: rgb(0,39,222); }
div.DivClassName
{
background-color: #0027DE;
}
.BgClassName
{
background-color: #0027DE;
}
</style>
border-color css
<style>
span { border-color: #0027DE; }
span { border-color: rgb(0,39,222); }
td.TdClassName
{
border-color: #0027DE;
}
.TagClassName
{
border-color: #0027DE;
}
</style>