Shades of Blue #040BFE
Tints of Blue #040BFE
RGB
CMYK
RGB Variations
Color information
#040BFE (or 0x040BFE) is known color: Blue. HEX triplet: 04, 0B and FE. RGB value is (4,11,254). Sum of RGB (Red+Green+Blue) = 4+11+254=269 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 269); Green value is 11 (4.69% from 255 or 4.09% from 269); Blue value is 254 (99.61% from 255 or 94.42% from 269); Max value from RGB is 254 - color contains mainly: blue. Hex color #040BFE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #040BFE is #FBF401. Grayscale: #232323. Windows color (decimal): -16512002 or 16648964. OLE color: 16648964.
HSL color Cylindrical-coordinate representation of color #040BFE: hue angle of 238.32º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040BFE is Cyan = 0.98, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 4 | 11 | 254 | - |
| CMYK | 0.98 | 0.96 | 0 | 0.00 |
| HSL | 238.32º | 0.99% | 0.51% | - |
| HSV(B) | 238.32º | 0.98% | 1% | - |
| XYZ | 18.06 | 7.42 | 94.25 | - |
| YUV | 36.61 | 250.68 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 11 | 254 | 0.98 | 0.96 | 0 | 0.00 | 238.32 | 0.99 | 0.51 |
| Hex | 4 | B | FE | 62 | 60 | 0 | 0 | EE | 63 | 33 |
| Octal | 4 | 13 | 376 | 142 | 140 | 0 | 0 | 356 | 143 | 63 |
| Binary | 100 | 1011 | 11111110 | 1100010 | 1100000 | 0 | 0 | 11101110 | 1100011 | 110011 |
Color Harmonies of #040BFE
Complementary color
Monochromatic Colors of #040BFE
Black with #040BFE
Text Example
Text Example
White with #040BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040BFE; }
p { color: rgb(4,11,254); }
H1.HeaderClassName
{
color: #040BFE;
}
.AnyTagClassName
{
color: #040BFE;
}
</style>
background-color css
<style>
a { background-color: #040BFE; }
a { background-color: rgb(4,11,254); }
div.DivClassName
{
background-color: #040BFE;
}
.BgClassName
{
background-color: #040BFE;
}
</style>
border-color css
<style>
span { border-color: #040BFE; }
span { border-color: rgb(4,11,254); }
td.TdClassName
{
border-color: #040BFE;
}
.TagClassName
{
border-color: #040BFE;
}
</style>