Shades of Blue #0027EC
Tints of Blue #0027EC
RGB
CMYK
RGB Variations
Color information
#0027EC (or 0x0027EC) is known color: Blue. HEX triplet: 00, 27 and EC. RGB value is (0,39,236). Sum of RGB (Red+Green+Blue) = 0+39+236=275 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 275); Green value is 39 (15.62% from 255 or 14.18% from 275); Blue value is 236 (92.58% from 255 or 85.82% from 275); Max value from RGB is 236 - color contains mainly: blue. Hex color #0027EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0027EC is #FFD813. Grayscale: #303030. Windows color (decimal): -16766996 or 15476480. OLE color: 15476480.
HSL color Cylindrical-coordinate representation of color #0027EC: hue angle of 230.08º 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 #0027EC is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 39 | 236 | - |
| CMYK | 1 | 0.83 | 0 | 0.07 |
| HSL | 230.08º | 1% | 0.46% | - |
| HSV(B) | 230.08º | 1% | 0.93% | - |
| XYZ | 15.87 | 7.51 | 79.97 | - |
| YUV | 49.8 | 233.08 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 39 | 236 | 1 | 0.83 | 0 | 0.07 | 230.08 | 1 | 0.46 |
| Hex | 0 | 27 | EC | 64 | 53 | 0 | 7 | E6 | 64 | 2E |
| Octal | 0 | 47 | 354 | 144 | 123 | 0 | 7 | 346 | 144 | 56 |
| Binary | 0 | 100111 | 11101100 | 1100100 | 1010011 | 0 | 111 | 11100110 | 1100100 | 101110 |
Color Harmonies of #0027EC
Complementary color
Monochromatic Colors of #0027EC
Black with #0027EC
Text Example
Text Example
White with #0027EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0027EC; }
p { color: rgb(0,39,236); }
H1.HeaderClassName
{
color: #0027EC;
}
.AnyTagClassName
{
color: #0027EC;
}
</style>
background-color css
<style>
a { background-color: #0027EC; }
a { background-color: rgb(0,39,236); }
div.DivClassName
{
background-color: #0027EC;
}
.BgClassName
{
background-color: #0027EC;
}
</style>
border-color css
<style>
span { border-color: #0027EC; }
span { border-color: rgb(0,39,236); }
td.TdClassName
{
border-color: #0027EC;
}
.TagClassName
{
border-color: #0027EC;
}
</style>