Shades of Blue #0427FA
Tints of Blue #0427FA
RGB
CMYK
RGB Variations
Color information
#0427FA (or 0x0427FA) is known color: Blue. HEX triplet: 04, 27 and FA. RGB value is (4,39,250). Sum of RGB (Red+Green+Blue) = 4+39+250=293 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 293); Green value is 39 (15.62% from 255 or 13.31% from 293); Blue value is 250 (98.05% from 255 or 85.32% from 293); Max value from RGB is 250 - color contains mainly: blue. Hex color #0427FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0427FA is #FBD805. Grayscale: #333333. Windows color (decimal): -16504838 or 16393988. OLE color: 16393988.
HSL color Cylindrical-coordinate representation of color #0427FA: hue angle of 231.46º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0427FA is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 39 | 250 | - |
| CMYK | 0.98 | 0.84 | 0 | 0.02 |
| HSL | 231.46º | 0.97% | 0.5% | - |
| HSV(B) | 231.46º | 0.98% | 0.98% | - |
| XYZ | 18.03 | 8.38 | 91.11 | - |
| YUV | 52.59 | 239.4 | 93.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 39 | 250 | 0.98 | 0.84 | 0 | 0.02 | 231.46 | 0.97 | 0.5 |
| Hex | 4 | 27 | FA | 62 | 54 | 0 | 2 | E7 | 61 | 32 |
| Octal | 4 | 47 | 372 | 142 | 124 | 0 | 2 | 347 | 141 | 62 |
| Binary | 100 | 100111 | 11111010 | 1100010 | 1010100 | 0 | 10 | 11100111 | 1100001 | 110010 |
Color Harmonies of #0427FA
Complementary color
Monochromatic Colors of #0427FA
Black with #0427FA
Text Example
Text Example
White with #0427FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0427FA; }
p { color: rgb(4,39,250); }
H1.HeaderClassName
{
color: #0427FA;
}
.AnyTagClassName
{
color: #0427FA;
}
</style>
background-color css
<style>
a { background-color: #0427FA; }
a { background-color: rgb(4,39,250); }
div.DivClassName
{
background-color: #0427FA;
}
.BgClassName
{
background-color: #0427FA;
}
</style>
border-color css
<style>
span { border-color: #0427FA; }
span { border-color: rgb(4,39,250); }
td.TdClassName
{
border-color: #0427FA;
}
.TagClassName
{
border-color: #0427FA;
}
</style>