Shades of Blue #040DFB
Tints of Blue #040DFB
RGB
CMYK
RGB Variations
Color information
#040DFB (or 0x040DFB) is known color: Blue. HEX triplet: 04, 0D and FB. RGB value is (4,13,251). Sum of RGB (Red+Green+Blue) = 4+13+251=268 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 268); Green value is 13 (5.47% from 255 or 4.85% from 268); Blue value is 251 (98.44% from 255 or 93.66% from 268); Max value from RGB is 251 - color contains mainly: blue. Hex color #040DFB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #040DFB is #FBF204. Grayscale: #242424. Windows color (decimal): -16511493 or 16452868. OLE color: 16452868.
HSL color Cylindrical-coordinate representation of color #040DFB: hue angle of 237.81º 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 #040DFB is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 13 | 251 | - |
| CMYK | 0.98 | 0.95 | 0 | 0.02 |
| HSL | 237.81º | 0.97% | 0.5% | - |
| HSV(B) | 237.81º | 0.98% | 0.98% | - |
| XYZ | 17.61 | 7.28 | 91.74 | - |
| YUV | 37.44 | 248.52 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 13 | 251 | 0.98 | 0.95 | 0 | 0.02 | 237.81 | 0.97 | 0.5 |
| Hex | 4 | D | FB | 62 | 5F | 0 | 2 | EE | 61 | 32 |
| Octal | 4 | 15 | 373 | 142 | 137 | 0 | 2 | 356 | 141 | 62 |
| Binary | 100 | 1101 | 11111011 | 1100010 | 1011111 | 0 | 10 | 11101110 | 1100001 | 110010 |
Color Harmonies of #040DFB
Complementary color
Monochromatic Colors of #040DFB
Black with #040DFB
Text Example
Text Example
White with #040DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040DFB; }
p { color: rgb(4,13,251); }
H1.HeaderClassName
{
color: #040DFB;
}
.AnyTagClassName
{
color: #040DFB;
}
</style>
background-color css
<style>
a { background-color: #040DFB; }
a { background-color: rgb(4,13,251); }
div.DivClassName
{
background-color: #040DFB;
}
.BgClassName
{
background-color: #040DFB;
}
</style>
border-color css
<style>
span { border-color: #040DFB; }
span { border-color: rgb(4,13,251); }
td.TdClassName
{
border-color: #040DFB;
}
.TagClassName
{
border-color: #040DFB;
}
</style>