Shades of Medium Blue #030ADE
Tints of Medium Blue #030ADE
RGB
CMYK
RGB Variations
Color information
#030ADE (or 0x030ADE) is known color: Medium Blue. HEX triplet: 03, 0A and DE. RGB value is (3,10,222). Sum of RGB (Red+Green+Blue) = 3+10+222=235 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 235); Green value is 10 (4.30% from 255 or 4.26% from 235); Blue value is 222 (87.11% from 255 or 94.47% from 235); Max value from RGB is 222 - color contains mainly: blue. Hex color #030ADE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030ADE is #FCF521. Grayscale: #1F1F1F. Windows color (decimal): -16577826 or 14551555. OLE color: 14551555.
HSL color Cylindrical-coordinate representation of color #030ADE: hue angle of 238.08º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #030ADE is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 10 | 222 | - |
| CMYK | 0.99 | 0.95 | 0 | 0.13 |
| HSL | 238.08º | 0.97% | 0.44% | - |
| HSV(B) | 238.08º | 0.99% | 0.87% | - |
| XYZ | 13.33 | 5.51 | 69.47 | - |
| YUV | 32.08 | 235.18 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 10 | 222 | 0.99 | 0.95 | 0 | 0.13 | 238.08 | 0.97 | 0.44 |
| Hex | 3 | A | DE | 63 | 5F | 0 | D | EE | 61 | 2C |
| Octal | 3 | 12 | 336 | 143 | 137 | 0 | 15 | 356 | 141 | 54 |
| Binary | 11 | 1010 | 11011110 | 1100011 | 1011111 | 0 | 1101 | 11101110 | 1100001 | 101100 |
Color Harmonies of #030ADE
Complementary color
Monochromatic Colors of #030ADE
Black with #030ADE
Text Example
Text Example
White with #030ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030ADE; }
p { color: rgb(3,10,222); }
H1.HeaderClassName
{
color: #030ADE;
}
.AnyTagClassName
{
color: #030ADE;
}
</style>
background-color css
<style>
a { background-color: #030ADE; }
a { background-color: rgb(3,10,222); }
div.DivClassName
{
background-color: #030ADE;
}
.BgClassName
{
background-color: #030ADE;
}
</style>
border-color css
<style>
span { border-color: #030ADE; }
span { border-color: rgb(3,10,222); }
td.TdClassName
{
border-color: #030ADE;
}
.TagClassName
{
border-color: #030ADE;
}
</style>