Shades of Blue #040BF5
Tints of Blue #040BF5
RGB
CMYK
RGB Variations
Color information
#040BF5 (or 0x040BF5) is known color: Blue. HEX triplet: 04, 0B and F5. RGB value is (4,11,245). Sum of RGB (Red+Green+Blue) = 4+11+245=260 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 260); Green value is 11 (4.69% from 255 or 4.23% from 260); Blue value is 245 (96.09% from 255 or 94.23% from 260); Max value from RGB is 245 - color contains mainly: blue. Hex color #040BF5 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #040BF5 is #FBF40A. Grayscale: #222222. Windows color (decimal): -16512011 or 16059140. OLE color: 16059140.
HSL color Cylindrical-coordinate representation of color #040BF5: hue angle of 238.26º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040BF5 is Cyan = 0.98, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 4 | 11 | 245 | - |
| CMYK | 0.98 | 0.96 | 0 | 0.04 |
| HSL | 238.26º | 0.97% | 0.49% | - |
| HSV(B) | 238.26º | 0.98% | 0.96% | - |
| XYZ | 16.65 | 6.86 | 86.83 | - |
| YUV | 35.58 | 246.18 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 11 | 245 | 0.98 | 0.96 | 0 | 0.04 | 238.26 | 0.97 | 0.49 |
| Hex | 4 | B | F5 | 62 | 60 | 0 | 4 | EE | 61 | 31 |
| Octal | 4 | 13 | 365 | 142 | 140 | 0 | 4 | 356 | 141 | 61 |
| Binary | 100 | 1011 | 11110101 | 1100010 | 1100000 | 0 | 100 | 11101110 | 1100001 | 110001 |
Color Harmonies of #040BF5
Complementary color
Monochromatic Colors of #040BF5
Black with #040BF5
Text Example
Text Example
White with #040BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040BF5; }
p { color: rgb(4,11,245); }
H1.HeaderClassName
{
color: #040BF5;
}
.AnyTagClassName
{
color: #040BF5;
}
</style>
background-color css
<style>
a { background-color: #040BF5; }
a { background-color: rgb(4,11,245); }
div.DivClassName
{
background-color: #040BF5;
}
.BgClassName
{
background-color: #040BF5;
}
</style>
border-color css
<style>
span { border-color: #040BF5; }
span { border-color: rgb(4,11,245); }
td.TdClassName
{
border-color: #040BF5;
}
.TagClassName
{
border-color: #040BF5;
}
</style>