Shades of Medium Blue #040AD3
Tints of Medium Blue #040AD3
RGB
CMYK
RGB Variations
Color information
#040AD3 (or 0x040AD3) is known color: Medium Blue. HEX triplet: 04, 0A and D3. RGB value is (4,10,211). Sum of RGB (Red+Green+Blue) = 4+10+211=225 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.78% from 225); Green value is 10 (4.30% from 255 or 4.44% from 225); Blue value is 211 (82.81% from 255 or 93.78% from 225); Max value from RGB is 211 - color contains mainly: blue. Hex color #040AD3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040AD3 is #FBF52C. Grayscale: #1E1E1E. Windows color (decimal): -16512301 or 13830660. OLE color: 13830660.
HSL color Cylindrical-coordinate representation of color #040AD3: hue angle of 238.26º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040AD3 is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 4 | 10 | 211 | - |
| CMYK | 0.98 | 0.95 | 0 | 0.17 |
| HSL | 238.26º | 0.96% | 0.42% | - |
| HSV(B) | 238.26º | 0.98% | 0.83% | - |
| XYZ | 11.92 | 4.95 | 61.95 | - |
| YUV | 31.12 | 229.51 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 10 | 211 | 0.98 | 0.95 | 0 | 0.17 | 238.26 | 0.96 | 0.42 |
| Hex | 4 | A | D3 | 62 | 5F | 0 | 11 | EE | 60 | 2A |
| Octal | 4 | 12 | 323 | 142 | 137 | 0 | 21 | 356 | 140 | 52 |
| Binary | 100 | 1010 | 11010011 | 1100010 | 1011111 | 0 | 10001 | 11101110 | 1100000 | 101010 |
Color Harmonies of #040AD3
Complementary color
Monochromatic Colors of #040AD3
Black with #040AD3
Text Example
Text Example
White with #040AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040AD3; }
p { color: rgb(4,10,211); }
H1.HeaderClassName
{
color: #040AD3;
}
.AnyTagClassName
{
color: #040AD3;
}
</style>
background-color css
<style>
a { background-color: #040AD3; }
a { background-color: rgb(4,10,211); }
div.DivClassName
{
background-color: #040AD3;
}
.BgClassName
{
background-color: #040AD3;
}
</style>
border-color css
<style>
span { border-color: #040AD3; }
span { border-color: rgb(4,10,211); }
td.TdClassName
{
border-color: #040AD3;
}
.TagClassName
{
border-color: #040AD3;
}
</style>