Shades of Medium Blue #030CCD
Tints of Medium Blue #030CCD
RGB
CMYK
RGB Variations
Color information
#030CCD (or 0x030CCD) is known color: Medium Blue. HEX triplet: 03, 0C and CD. RGB value is (3,12,205). Sum of RGB (Red+Green+Blue) = 3+12+205=220 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 220); Green value is 12 (5.08% from 255 or 5.45% from 220); Blue value is 205 (80.47% from 255 or 93.18% from 220); Max value from RGB is 205 - color contains mainly: blue. Hex color #030CCD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030CCD is #FCF332. Grayscale: #1E1E1E. Windows color (decimal): -16577331 or 13437955. OLE color: 13437955.
HSL color Cylindrical-coordinate representation of color #030CCD: hue angle of 237.33º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #030CCD is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 12 | 205 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.20 |
| HSL | 237.33º | 0.97% | 0.41% | - |
| HSV(B) | 237.33º | 0.99% | 0.8% | - |
| XYZ | 11.19 | 4.69 | 58.07 | - |
| YUV | 31.31 | 226.02 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 12 | 205 | 0.99 | 0.94 | 0 | 0.20 | 237.33 | 0.97 | 0.41 |
| Hex | 3 | C | CD | 63 | 5E | 0 | 14 | ED | 61 | 29 |
| Octal | 3 | 14 | 315 | 143 | 136 | 0 | 24 | 355 | 141 | 51 |
| Binary | 11 | 1100 | 11001101 | 1100011 | 1011110 | 0 | 10100 | 11101101 | 1100001 | 101001 |
Color Harmonies of #030CCD
Complementary color
Monochromatic Colors of #030CCD
Black with #030CCD
Text Example
Text Example
White with #030CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030CCD; }
p { color: rgb(3,12,205); }
H1.HeaderClassName
{
color: #030CCD;
}
.AnyTagClassName
{
color: #030CCD;
}
</style>
background-color css
<style>
a { background-color: #030CCD; }
a { background-color: rgb(3,12,205); }
div.DivClassName
{
background-color: #030CCD;
}
.BgClassName
{
background-color: #030CCD;
}
</style>
border-color css
<style>
span { border-color: #030CCD; }
span { border-color: rgb(3,12,205); }
td.TdClassName
{
border-color: #030CCD;
}
.TagClassName
{
border-color: #030CCD;
}
</style>