Shades of Blue #0427FB
Tints of Blue #0427FB
RGB
CMYK
RGB Variations
Color information
#0427FB (or 0x0427FB) is known color: Blue. HEX triplet: 04, 27 and FB. RGB value is (4,39,251). Sum of RGB (Red+Green+Blue) = 4+39+251=294 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.36% from 294); Green value is 39 (15.62% from 255 or 13.27% from 294); Blue value is 251 (98.44% from 255 or 85.37% from 294); Max value from RGB is 251 - color contains mainly: blue. Hex color #0427FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0427FB is #FBD804. Grayscale: #333333. Windows color (decimal): -16504837 or 16459524. OLE color: 16459524.
HSL color Cylindrical-coordinate representation of color #0427FB: hue angle of 231.5º 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 #0427FB is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 39 | 251 | - |
| CMYK | 0.98 | 0.84 | 0 | 0.02 |
| HSL | 231.5º | 0.97% | 0.5% | - |
| HSV(B) | 231.5º | 0.98% | 0.98% | - |
| XYZ | 18.19 | 8.44 | 91.94 | - |
| YUV | 52.7 | 239.9 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 39 | 251 | 0.98 | 0.84 | 0 | 0.02 | 231.5 | 0.97 | 0.5 |
| Hex | 4 | 27 | FB | 62 | 54 | 0 | 2 | E7 | 61 | 32 |
| Octal | 4 | 47 | 373 | 142 | 124 | 0 | 2 | 347 | 141 | 62 |
| Binary | 100 | 100111 | 11111011 | 1100010 | 1010100 | 0 | 10 | 11100111 | 1100001 | 110010 |
Color Harmonies of #0427FB
Complementary color
Monochromatic Colors of #0427FB
Black with #0427FB
Text Example
Text Example
White with #0427FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0427FB; }
p { color: rgb(4,39,251); }
H1.HeaderClassName
{
color: #0427FB;
}
.AnyTagClassName
{
color: #0427FB;
}
</style>
background-color css
<style>
a { background-color: #0427FB; }
a { background-color: rgb(4,39,251); }
div.DivClassName
{
background-color: #0427FB;
}
.BgClassName
{
background-color: #0427FB;
}
</style>
border-color css
<style>
span { border-color: #0427FB; }
span { border-color: rgb(4,39,251); }
td.TdClassName
{
border-color: #0427FB;
}
.TagClassName
{
border-color: #0427FB;
}
</style>