Shades of Medium Blue #0027DB
Tints of Medium Blue #0027DB
RGB
CMYK
RGB Variations
Color information
#0027DB (or 0x0027DB) is known color: Medium Blue. HEX triplet: 00, 27 and DB. RGB value is (0,39,219). Sum of RGB (Red+Green+Blue) = 0+39+219=258 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 258); Green value is 39 (15.62% from 255 or 15.12% from 258); Blue value is 219 (85.94% from 255 or 84.88% from 258); Max value from RGB is 219 - color contains mainly: blue. Hex color #0027DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0027DB is #FFD824. Grayscale: #2F2F2F. Windows color (decimal): -16767013 or 14362368. OLE color: 14362368.
HSL color Cylindrical-coordinate representation of color #0027DB: hue angle of 229.32º 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 #0027DB is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 39 | 219 | - |
| CMYK | 1 | 0.82 | 0 | 0.14 |
| HSL | 229.32º | 1% | 0.43% | - |
| HSV(B) | 229.32º | 1% | 0.86% | - |
| XYZ | 13.51 | 6.57 | 67.57 | - |
| YUV | 47.86 | 224.58 | 93.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 39 | 219 | 1 | 0.82 | 0 | 0.14 | 229.32 | 1 | 0.43 |
| Hex | 0 | 27 | DB | 64 | 52 | 0 | E | E5 | 64 | 2B |
| Octal | 0 | 47 | 333 | 144 | 122 | 0 | 16 | 345 | 144 | 53 |
| Binary | 0 | 100111 | 11011011 | 1100100 | 1010010 | 0 | 1110 | 11100101 | 1100100 | 101011 |
Color Harmonies of #0027DB
Complementary color
Monochromatic Colors of #0027DB
Black with #0027DB
Text Example
Text Example
White with #0027DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0027DB; }
p { color: rgb(0,39,219); }
H1.HeaderClassName
{
color: #0027DB;
}
.AnyTagClassName
{
color: #0027DB;
}
</style>
background-color css
<style>
a { background-color: #0027DB; }
a { background-color: rgb(0,39,219); }
div.DivClassName
{
background-color: #0027DB;
}
.BgClassName
{
background-color: #0027DB;
}
</style>
border-color css
<style>
span { border-color: #0027DB; }
span { border-color: rgb(0,39,219); }
td.TdClassName
{
border-color: #0027DB;
}
.TagClassName
{
border-color: #0027DB;
}
</style>