Shades of Blue #040DF3
Tints of Blue #040DF3
RGB
CMYK
RGB Variations
Color information
#040DF3 (or 0x040DF3) is known color: Blue. HEX triplet: 04, 0D and F3. RGB value is (4,13,243). Sum of RGB (Red+Green+Blue) = 4+13+243=260 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 260); Green value is 13 (5.47% from 255 or 5% from 260); Blue value is 243 (95.31% from 255 or 93.46% from 260); Max value from RGB is 243 - color contains mainly: blue. Hex color #040DF3 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #040DF3 is #FBF20C. Grayscale: #232323. Windows color (decimal): -16511501 or 15928580. OLE color: 15928580.
HSL color Cylindrical-coordinate representation of color #040DF3: hue angle of 237.74º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040DF3 is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 4 | 13 | 243 | - |
| CMYK | 0.98 | 0.95 | 0 | 0.05 |
| HSL | 237.74º | 0.97% | 0.48% | - |
| HSV(B) | 237.74º | 0.98% | 0.95% | - |
| XYZ | 16.37 | 6.78 | 85.24 | - |
| YUV | 36.53 | 244.52 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 13 | 243 | 0.98 | 0.95 | 0 | 0.05 | 237.74 | 0.97 | 0.48 |
| Hex | 4 | D | F3 | 62 | 5F | 0 | 5 | EE | 61 | 30 |
| Octal | 4 | 15 | 363 | 142 | 137 | 0 | 5 | 356 | 141 | 60 |
| Binary | 100 | 1101 | 11110011 | 1100010 | 1011111 | 0 | 101 | 11101110 | 1100001 | 110000 |
Color Harmonies of #040DF3
Complementary color
Monochromatic Colors of #040DF3
Black with #040DF3
Text Example
Text Example
White with #040DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040DF3; }
p { color: rgb(4,13,243); }
H1.HeaderClassName
{
color: #040DF3;
}
.AnyTagClassName
{
color: #040DF3;
}
</style>
background-color css
<style>
a { background-color: #040DF3; }
a { background-color: rgb(4,13,243); }
div.DivClassName
{
background-color: #040DF3;
}
.BgClassName
{
background-color: #040DF3;
}
</style>
border-color css
<style>
span { border-color: #040DF3; }
span { border-color: rgb(4,13,243); }
td.TdClassName
{
border-color: #040DF3;
}
.TagClassName
{
border-color: #040DF3;
}
</style>