Shades of Blue #0409FA
Tints of Blue #0409FA
RGB
CMYK
RGB Variations
Color information
#0409FA (or 0x0409FA) is known color: Blue. HEX triplet: 04, 09 and FA. RGB value is (4,9,250). Sum of RGB (Red+Green+Blue) = 4+9+250=263 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 263); Green value is 9 (3.91% from 255 or 3.42% from 263); Blue value is 250 (98.05% from 255 or 95.06% from 263); Max value from RGB is 250 - color contains mainly: blue. Hex color #0409FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0409FA is #FBF605. Grayscale: #222222. Windows color (decimal): -16512518 or 16386308. OLE color: 16386308.
HSL color Cylindrical-coordinate representation of color #0409FA: hue angle of 238.78º 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 #0409FA is Cyan = 0.98, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 9 | 250 | - |
| CMYK | 0.98 | 0.96 | 0 | 0.02 |
| HSL | 238.78º | 0.97% | 0.5% | - |
| HSV(B) | 238.78º | 0.98% | 0.98% | - |
| XYZ | 17.4 | 7.12 | 90.9 | - |
| YUV | 34.98 | 249.34 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 9 | 250 | 0.98 | 0.96 | 0 | 0.02 | 238.78 | 0.97 | 0.5 |
| Hex | 4 | 9 | FA | 62 | 60 | 0 | 2 | EF | 61 | 32 |
| Octal | 4 | 11 | 372 | 142 | 140 | 0 | 2 | 357 | 141 | 62 |
| Binary | 100 | 1001 | 11111010 | 1100010 | 1100000 | 0 | 10 | 11101111 | 1100001 | 110010 |
Color Harmonies of #0409FA
Complementary color
Monochromatic Colors of #0409FA
Black with #0409FA
Text Example
Text Example
White with #0409FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0409FA; }
p { color: rgb(4,9,250); }
H1.HeaderClassName
{
color: #0409FA;
}
.AnyTagClassName
{
color: #0409FA;
}
</style>
background-color css
<style>
a { background-color: #0409FA; }
a { background-color: rgb(4,9,250); }
div.DivClassName
{
background-color: #0409FA;
}
.BgClassName
{
background-color: #0409FA;
}
</style>
border-color css
<style>
span { border-color: #0409FA; }
span { border-color: rgb(4,9,250); }
td.TdClassName
{
border-color: #0409FA;
}
.TagClassName
{
border-color: #0409FA;
}
</style>