Shades of Medium Blue #030BDC
Tints of Medium Blue #030BDC
RGB
CMYK
RGB Variations
Color information
#030BDC (or 0x030BDC) is known color: Medium Blue. HEX triplet: 03, 0B and DC. RGB value is (3,11,220). Sum of RGB (Red+Green+Blue) = 3+11+220=234 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 234); Green value is 11 (4.69% from 255 or 4.70% from 234); Blue value is 220 (86.33% from 255 or 94.02% from 234); Max value from RGB is 220 - color contains mainly: blue. Hex color #030BDC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030BDC is #FCF423. Grayscale: #1F1F1F. Windows color (decimal): -16577572 or 14420739. OLE color: 14420739.
HSL color Cylindrical-coordinate representation of color #030BDC: hue angle of 237.79º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #030BDC is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 11 | 220 | - |
| CMYK | 0.99 | 0.95 | 0 | 0.14 |
| HSL | 237.79º | 0.97% | 0.44% | - |
| HSV(B) | 237.79º | 0.99% | 0.86% | - |
| XYZ | 13.08 | 5.43 | 68.07 | - |
| YUV | 32.43 | 233.85 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 11 | 220 | 0.99 | 0.95 | 0 | 0.14 | 237.79 | 0.97 | 0.44 |
| Hex | 3 | B | DC | 63 | 5F | 0 | E | EE | 61 | 2C |
| Octal | 3 | 13 | 334 | 143 | 137 | 0 | 16 | 356 | 141 | 54 |
| Binary | 11 | 1011 | 11011100 | 1100011 | 1011111 | 0 | 1110 | 11101110 | 1100001 | 101100 |
Color Harmonies of #030BDC
Complementary color
Monochromatic Colors of #030BDC
Black with #030BDC
Text Example
Text Example
White with #030BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030BDC; }
p { color: rgb(3,11,220); }
H1.HeaderClassName
{
color: #030BDC;
}
.AnyTagClassName
{
color: #030BDC;
}
</style>
background-color css
<style>
a { background-color: #030BDC; }
a { background-color: rgb(3,11,220); }
div.DivClassName
{
background-color: #030BDC;
}
.BgClassName
{
background-color: #030BDC;
}
</style>
border-color css
<style>
span { border-color: #030BDC; }
span { border-color: rgb(3,11,220); }
td.TdClassName
{
border-color: #030BDC;
}
.TagClassName
{
border-color: #030BDC;
}
</style>