Shades of Blue #040BFA
Tints of Blue #040BFA
RGB
CMYK
RGB Variations
Color information
#040BFA (or 0x040BFA) is known color: Blue. HEX triplet: 04, 0B and FA. RGB value is (4,11,250). Sum of RGB (Red+Green+Blue) = 4+11+250=265 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.51% from 265); Green value is 11 (4.69% from 255 or 4.15% from 265); Blue value is 250 (98.05% from 255 or 94.34% from 265); Max value from RGB is 250 - color contains mainly: blue. Hex color #040BFA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #040BFA is #FBF405. Grayscale: #232323. Windows color (decimal): -16512006 or 16386820. OLE color: 16386820.
HSL color Cylindrical-coordinate representation of color #040BFA: hue angle of 238.29º 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 #040BFA is Cyan = 0.98, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 11 | 250 | - |
| CMYK | 0.98 | 0.96 | 0 | 0.02 |
| HSL | 238.29º | 0.97% | 0.5% | - |
| HSV(B) | 238.29º | 0.98% | 0.98% | - |
| XYZ | 17.43 | 7.17 | 90.91 | - |
| YUV | 36.15 | 248.68 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 11 | 250 | 0.98 | 0.96 | 0 | 0.02 | 238.29 | 0.97 | 0.5 |
| Hex | 4 | B | FA | 62 | 60 | 0 | 2 | EE | 61 | 32 |
| Octal | 4 | 13 | 372 | 142 | 140 | 0 | 2 | 356 | 141 | 62 |
| Binary | 100 | 1011 | 11111010 | 1100010 | 1100000 | 0 | 10 | 11101110 | 1100001 | 110010 |
Color Harmonies of #040BFA
Complementary color
Monochromatic Colors of #040BFA
Black with #040BFA
Text Example
Text Example
White with #040BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040BFA; }
p { color: rgb(4,11,250); }
H1.HeaderClassName
{
color: #040BFA;
}
.AnyTagClassName
{
color: #040BFA;
}
</style>
background-color css
<style>
a { background-color: #040BFA; }
a { background-color: rgb(4,11,250); }
div.DivClassName
{
background-color: #040BFA;
}
.BgClassName
{
background-color: #040BFA;
}
</style>
border-color css
<style>
span { border-color: #040BFA; }
span { border-color: rgb(4,11,250); }
td.TdClassName
{
border-color: #040BFA;
}
.TagClassName
{
border-color: #040BFA;
}
</style>