Shades of Medium Blue #0027DC
Tints of Medium Blue #0027DC
RGB
CMYK
RGB Variations
Color information
#0027DC (or 0x0027DC) is known color: Medium Blue. HEX triplet: 00, 27 and DC. RGB value is (0,39,220). Sum of RGB (Red+Green+Blue) = 0+39+220=259 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 259); Green value is 39 (15.62% from 255 or 15.06% from 259); Blue value is 220 (86.33% from 255 or 84.94% from 259); Max value from RGB is 220 - color contains mainly: blue. Hex color #0027DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0027DC is #FFD823. Grayscale: #2F2F2F. Windows color (decimal): -16767012 or 14427904. OLE color: 14427904.
HSL color Cylindrical-coordinate representation of color #0027DC: hue angle of 229.36º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0027DC is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 39 | 220 | - |
| CMYK | 1 | 0.82 | 0 | 0.14 |
| HSL | 229.36º | 1% | 0.43% | - |
| HSV(B) | 229.36º | 1% | 0.86% | - |
| XYZ | 13.64 | 6.62 | 68.27 | - |
| YUV | 47.97 | 225.08 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 39 | 220 | 1 | 0.82 | 0 | 0.14 | 229.36 | 1 | 0.43 |
| Hex | 0 | 27 | DC | 64 | 52 | 0 | E | E5 | 64 | 2B |
| Octal | 0 | 47 | 334 | 144 | 122 | 0 | 16 | 345 | 144 | 53 |
| Binary | 0 | 100111 | 11011100 | 1100100 | 1010010 | 0 | 1110 | 11100101 | 1100100 | 101011 |
Color Harmonies of #0027DC
Complementary color
Monochromatic Colors of #0027DC
Black with #0027DC
Text Example
Text Example
White with #0027DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0027DC; }
p { color: rgb(0,39,220); }
H1.HeaderClassName
{
color: #0027DC;
}
.AnyTagClassName
{
color: #0027DC;
}
</style>
background-color css
<style>
a { background-color: #0027DC; }
a { background-color: rgb(0,39,220); }
div.DivClassName
{
background-color: #0027DC;
}
.BgClassName
{
background-color: #0027DC;
}
</style>
border-color css
<style>
span { border-color: #0027DC; }
span { border-color: rgb(0,39,220); }
td.TdClassName
{
border-color: #0027DC;
}
.TagClassName
{
border-color: #0027DC;
}
</style>