Shades of Medium Blue #030DE0
Tints of Medium Blue #030DE0
RGB
CMYK
RGB Variations
Color information
#030DE0 (or 0x030DE0) is known color: Medium Blue. HEX triplet: 03, 0D and E0. RGB value is (3,13,224). Sum of RGB (Red+Green+Blue) = 3+13+224=240 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.25% from 240); Green value is 13 (5.47% from 255 or 5.42% from 240); Blue value is 224 (87.89% from 255 or 93.33% from 240); Max value from RGB is 224 - color contains mainly: blue. Hex color #030DE0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030DE0 is #FCF21F. Grayscale: #212121. Windows color (decimal): -16577056 or 14683395. OLE color: 14683395.
HSL color Cylindrical-coordinate representation of color #030DE0: hue angle of 237.29º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #030DE0 is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 3 | 13 | 224 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.12 |
| HSL | 237.29º | 0.97% | 0.45% | - |
| HSV(B) | 237.29º | 0.99% | 0.88% | - |
| XYZ | 13.64 | 5.69 | 70.9 | - |
| YUV | 34.06 | 235.19 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 13 | 224 | 0.99 | 0.94 | 0 | 0.12 | 237.29 | 0.97 | 0.45 |
| Hex | 3 | D | E0 | 63 | 5E | 0 | C | ED | 61 | 2D |
| Octal | 3 | 15 | 340 | 143 | 136 | 0 | 14 | 355 | 141 | 55 |
| Binary | 11 | 1101 | 11100000 | 1100011 | 1011110 | 0 | 1100 | 11101101 | 1100001 | 101101 |
Color Harmonies of #030DE0
Complementary color
Monochromatic Colors of #030DE0
Black with #030DE0
Text Example
Text Example
White with #030DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030DE0; }
p { color: rgb(3,13,224); }
H1.HeaderClassName
{
color: #030DE0;
}
.AnyTagClassName
{
color: #030DE0;
}
</style>
background-color css
<style>
a { background-color: #030DE0; }
a { background-color: rgb(3,13,224); }
div.DivClassName
{
background-color: #030DE0;
}
.BgClassName
{
background-color: #030DE0;
}
</style>
border-color css
<style>
span { border-color: #030DE0; }
span { border-color: rgb(3,13,224); }
td.TdClassName
{
border-color: #030DE0;
}
.TagClassName
{
border-color: #030DE0;
}
</style>