Shades of Blue #0427FC
Tints of Blue #0427FC
RGB
CMYK
RGB Variations
Color information
#0427FC (or 0x0427FC) is known color: Blue. HEX triplet: 04, 27 and FC. RGB value is (4,39,252). Sum of RGB (Red+Green+Blue) = 4+39+252=295 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.36% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 252 (98.83% from 255 or 85.42% from 295); Max value from RGB is 252 - color contains mainly: blue. Hex color #0427FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0427FC is #FBD803. Grayscale: #333333. Windows color (decimal): -16504836 or 16525060. OLE color: 16525060.
HSL color Cylindrical-coordinate representation of color #0427FC: hue angle of 231.53º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0427FC is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 39 | 252 | - |
| CMYK | 0.98 | 0.85 | 0 | 0.01 |
| HSL | 231.53º | 0.98% | 0.5% | - |
| HSV(B) | 231.53º | 0.98% | 0.99% | - |
| XYZ | 18.35 | 8.51 | 92.77 | - |
| YUV | 52.82 | 240.4 | 93.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 39 | 252 | 0.98 | 0.85 | 0 | 0.01 | 231.53 | 0.98 | 0.5 |
| Hex | 4 | 27 | FC | 62 | 55 | 0 | 1 | E8 | 62 | 32 |
| Octal | 4 | 47 | 374 | 142 | 125 | 0 | 1 | 350 | 142 | 62 |
| Binary | 100 | 100111 | 11111100 | 1100010 | 1010101 | 0 | 1 | 11101000 | 1100010 | 110010 |
Color Harmonies of #0427FC
Complementary color
Monochromatic Colors of #0427FC
Black with #0427FC
Text Example
Text Example
White with #0427FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0427FC; }
p { color: rgb(4,39,252); }
H1.HeaderClassName
{
color: #0427FC;
}
.AnyTagClassName
{
color: #0427FC;
}
</style>
background-color css
<style>
a { background-color: #0427FC; }
a { background-color: rgb(4,39,252); }
div.DivClassName
{
background-color: #0427FC;
}
.BgClassName
{
background-color: #0427FC;
}
</style>
border-color css
<style>
span { border-color: #0427FC; }
span { border-color: rgb(4,39,252); }
td.TdClassName
{
border-color: #0427FC;
}
.TagClassName
{
border-color: #0427FC;
}
</style>