Shades of Blue #0426FA
Tints of Blue #0426FA
RGB
CMYK
RGB Variations
Color information
#0426FA (or 0x0426FA) is known color: Blue. HEX triplet: 04, 26 and FA. RGB value is (4,38,250). Sum of RGB (Red+Green+Blue) = 4+38+250=292 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 292); Green value is 38 (15.23% from 255 or 13.01% from 292); Blue value is 250 (98.05% from 255 or 85.62% from 292); Max value from RGB is 250 - color contains mainly: blue. Hex color #0426FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0426FA is #FBD905. Grayscale: #333333. Windows color (decimal): -16505094 or 16393732. OLE color: 16393732.
HSL color Cylindrical-coordinate representation of color #0426FA: hue angle of 231.71º 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 #0426FA is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 38 | 250 | - |
| CMYK | 0.98 | 0.85 | 0 | 0.02 |
| HSL | 231.71º | 0.97% | 0.5% | - |
| HSV(B) | 231.71º | 0.98% | 0.98% | - |
| XYZ | 18 | 8.31 | 91.1 | - |
| YUV | 52 | 239.74 | 93.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 38 | 250 | 0.98 | 0.85 | 0 | 0.02 | 231.71 | 0.97 | 0.5 |
| Hex | 4 | 26 | FA | 62 | 55 | 0 | 2 | E8 | 61 | 32 |
| Octal | 4 | 46 | 372 | 142 | 125 | 0 | 2 | 350 | 141 | 62 |
| Binary | 100 | 100110 | 11111010 | 1100010 | 1010101 | 0 | 10 | 11101000 | 1100001 | 110010 |
Color Harmonies of #0426FA
Complementary color
Monochromatic Colors of #0426FA
Black with #0426FA
Text Example
Text Example
White with #0426FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0426FA; }
p { color: rgb(4,38,250); }
H1.HeaderClassName
{
color: #0426FA;
}
.AnyTagClassName
{
color: #0426FA;
}
</style>
background-color css
<style>
a { background-color: #0426FA; }
a { background-color: rgb(4,38,250); }
div.DivClassName
{
background-color: #0426FA;
}
.BgClassName
{
background-color: #0426FA;
}
</style>
border-color css
<style>
span { border-color: #0426FA; }
span { border-color: rgb(4,38,250); }
td.TdClassName
{
border-color: #0426FA;
}
.TagClassName
{
border-color: #0426FA;
}
</style>