Shades of Medium Blue #030DCE
Tints of Medium Blue #030DCE
RGB
CMYK
RGB Variations
Color information
#030DCE (or 0x030DCE) is known color: Medium Blue. HEX triplet: 03, 0D and CE. RGB value is (3,13,206). Sum of RGB (Red+Green+Blue) = 3+13+206=222 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 222); Green value is 13 (5.47% from 255 or 5.86% from 222); Blue value is 206 (80.86% from 255 or 92.79% from 222); Max value from RGB is 206 - color contains mainly: blue. Hex color #030DCE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030DCE is #FCF231. Grayscale: #1F1F1F. Windows color (decimal): -16577074 or 13503747. OLE color: 13503747.
HSL color Cylindrical-coordinate representation of color #030DCE: hue angle of 237.04º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #030DCE is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 13 | 206 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.19 |
| HSL | 237.04º | 0.97% | 0.41% | - |
| HSV(B) | 237.04º | 0.99% | 0.81% | - |
| XYZ | 11.32 | 4.76 | 58.72 | - |
| YUV | 32.01 | 226.19 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 13 | 206 | 0.99 | 0.94 | 0 | 0.19 | 237.04 | 0.97 | 0.41 |
| Hex | 3 | D | CE | 63 | 5E | 0 | 13 | ED | 61 | 29 |
| Octal | 3 | 15 | 316 | 143 | 136 | 0 | 23 | 355 | 141 | 51 |
| Binary | 11 | 1101 | 11001110 | 1100011 | 1011110 | 0 | 10011 | 11101101 | 1100001 | 101001 |
Color Harmonies of #030DCE
Complementary color
Monochromatic Colors of #030DCE
Black with #030DCE
Text Example
Text Example
White with #030DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030DCE; }
p { color: rgb(3,13,206); }
H1.HeaderClassName
{
color: #030DCE;
}
.AnyTagClassName
{
color: #030DCE;
}
</style>
background-color css
<style>
a { background-color: #030DCE; }
a { background-color: rgb(3,13,206); }
div.DivClassName
{
background-color: #030DCE;
}
.BgClassName
{
background-color: #030DCE;
}
</style>
border-color css
<style>
span { border-color: #030DCE; }
span { border-color: rgb(3,13,206); }
td.TdClassName
{
border-color: #030DCE;
}
.TagClassName
{
border-color: #030DCE;
}
</style>