Shades of Blue #0027ED
Tints of Blue #0027ED
RGB
CMYK
RGB Variations
Color information
#0027ED (or 0x0027ED) is known color: Blue. HEX triplet: 00, 27 and ED. RGB value is (0,39,237). Sum of RGB (Red+Green+Blue) = 0+39+237=276 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 276); Green value is 39 (15.62% from 255 or 14.13% from 276); Blue value is 237 (92.97% from 255 or 85.87% from 276); Max value from RGB is 237 - color contains mainly: blue. Hex color #0027ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0027ED is #FFD812. Grayscale: #313131. Windows color (decimal): -16766995 or 15542016. OLE color: 15542016.
HSL color Cylindrical-coordinate representation of color #0027ED: hue angle of 230.13º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0027ED is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 39 | 237 | - |
| CMYK | 1 | 0.84 | 0 | 0.07 |
| HSL | 230.13º | 1% | 0.46% | - |
| HSV(B) | 230.13º | 1% | 0.93% | - |
| XYZ | 16.01 | 7.57 | 80.74 | - |
| YUV | 49.91 | 233.58 | 92.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 39 | 237 | 1 | 0.84 | 0 | 0.07 | 230.13 | 1 | 0.46 |
| Hex | 0 | 27 | ED | 64 | 54 | 0 | 7 | E6 | 64 | 2E |
| Octal | 0 | 47 | 355 | 144 | 124 | 0 | 7 | 346 | 144 | 56 |
| Binary | 0 | 100111 | 11101101 | 1100100 | 1010100 | 0 | 111 | 11100110 | 1100100 | 101110 |
Color Harmonies of #0027ED
Complementary color
Monochromatic Colors of #0027ED
Black with #0027ED
Text Example
Text Example
White with #0027ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0027ED; }
p { color: rgb(0,39,237); }
H1.HeaderClassName
{
color: #0027ED;
}
.AnyTagClassName
{
color: #0027ED;
}
</style>
background-color css
<style>
a { background-color: #0027ED; }
a { background-color: rgb(0,39,237); }
div.DivClassName
{
background-color: #0027ED;
}
.BgClassName
{
background-color: #0027ED;
}
</style>
border-color css
<style>
span { border-color: #0027ED; }
span { border-color: rgb(0,39,237); }
td.TdClassName
{
border-color: #0027ED;
}
.TagClassName
{
border-color: #0027ED;
}
</style>