Shades of Medium Blue #0407CA
Tints of Medium Blue #0407CA
RGB
CMYK
RGB Variations
Color information
#0407CA (or 0x0407CA) is known color: Medium Blue. HEX triplet: 04, 07 and CA. RGB value is (4,7,202). Sum of RGB (Red+Green+Blue) = 4+7+202=213 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.88% from 213); Green value is 7 (3.12% from 255 or 3.29% from 213); Blue value is 202 (79.30% from 255 or 94.84% from 213); Max value from RGB is 202 - color contains mainly: blue. Hex color #0407CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0407CA is #FBF835. Grayscale: #1B1B1B. Windows color (decimal): -16513078 or 13240068. OLE color: 13240068.
HSL color Cylindrical-coordinate representation of color #0407CA: hue angle of 239.09º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0407CA is Cyan = 0.98, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 4 | 7 | 202 | - |
| CMYK | 0.98 | 0.97 | 0 | 0.21 |
| HSL | 239.09º | 0.96% | 0.4% | - |
| HSV(B) | 239.09º | 0.98% | 0.79% | - |
| XYZ | 10.79 | 4.44 | 56.17 | - |
| YUV | 28.33 | 226.01 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 7 | 202 | 0.98 | 0.97 | 0 | 0.21 | 239.09 | 0.96 | 0.4 |
| Hex | 4 | 7 | CA | 62 | 61 | 0 | 15 | EF | 60 | 28 |
| Octal | 4 | 7 | 312 | 142 | 141 | 0 | 25 | 357 | 140 | 50 |
| Binary | 100 | 111 | 11001010 | 1100010 | 1100001 | 0 | 10101 | 11101111 | 1100000 | 101000 |
Color Harmonies of #0407CA
Complementary color
Monochromatic Colors of #0407CA
Black with #0407CA
Text Example
Text Example
White with #0407CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0407CA; }
p { color: rgb(4,7,202); }
H1.HeaderClassName
{
color: #0407CA;
}
.AnyTagClassName
{
color: #0407CA;
}
</style>
background-color css
<style>
a { background-color: #0407CA; }
a { background-color: rgb(4,7,202); }
div.DivClassName
{
background-color: #0407CA;
}
.BgClassName
{
background-color: #0407CA;
}
</style>
border-color css
<style>
span { border-color: #0407CA; }
span { border-color: rgb(4,7,202); }
td.TdClassName
{
border-color: #0407CA;
}
.TagClassName
{
border-color: #0407CA;
}
</style>