Shades of Blue #0027FC
Tints of Blue #0027FC
RGB
CMYK
RGB Variations
Color information
#0027FC (or 0x0027FC) is known color: Blue. HEX triplet: 00, 27 and FC. RGB value is (0,39,252). Sum of RGB (Red+Green+Blue) = 0+39+252=291 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 291); Green value is 39 (15.62% from 255 or 13.40% from 291); Blue value is 252 (98.83% from 255 or 86.60% from 291); Max value from RGB is 252 - color contains mainly: blue. Hex color #0027FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0027FC is #FFD803. Grayscale: #323232. Windows color (decimal): -16766980 or 16525056. OLE color: 16525056.
HSL color Cylindrical-coordinate representation of color #0027FC: hue angle of 230.71º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0027FC is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 39 | 252 | - |
| CMYK | 1 | 0.85 | 0 | 0.01 |
| HSL | 230.71º | 1% | 0.49% | - |
| HSV(B) | 230.71º | 1% | 0.99% | - |
| XYZ | 18.3 | 8.48 | 92.77 | - |
| YUV | 51.62 | 241.08 | 91.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 39 | 252 | 1 | 0.85 | 0 | 0.01 | 230.71 | 1 | 0.49 |
| Hex | 0 | 27 | FC | 64 | 55 | 0 | 1 | E7 | 64 | 31 |
| Octal | 0 | 47 | 374 | 144 | 125 | 0 | 1 | 347 | 144 | 61 |
| Binary | 0 | 100111 | 11111100 | 1100100 | 1010101 | 0 | 1 | 11100111 | 1100100 | 110001 |
Color Harmonies of #0027FC
Complementary color
Monochromatic Colors of #0027FC
Black with #0027FC
Text Example
Text Example
White with #0027FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0027FC; }
p { color: rgb(0,39,252); }
H1.HeaderClassName
{
color: #0027FC;
}
.AnyTagClassName
{
color: #0027FC;
}
</style>
background-color css
<style>
a { background-color: #0027FC; }
a { background-color: rgb(0,39,252); }
div.DivClassName
{
background-color: #0027FC;
}
.BgClassName
{
background-color: #0027FC;
}
</style>
border-color css
<style>
span { border-color: #0027FC; }
span { border-color: rgb(0,39,252); }
td.TdClassName
{
border-color: #0027FC;
}
.TagClassName
{
border-color: #0027FC;
}
</style>