Shades of Medium Blue #030CDA
Tints of Medium Blue #030CDA
RGB
CMYK
RGB Variations
Color information
#030CDA (or 0x030CDA) is known color: Medium Blue. HEX triplet: 03, 0C and DA. RGB value is (3,12,218). Sum of RGB (Red+Green+Blue) = 3+12+218=233 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 233); Green value is 12 (5.08% from 255 or 5.15% from 233); Blue value is 218 (85.55% from 255 or 93.56% from 233); Max value from RGB is 218 - color contains mainly: blue. Hex color #030CDA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030CDA is #FCF325. Grayscale: #1F1F1F. Windows color (decimal): -16577318 or 14289923. OLE color: 14289923.
HSL color Cylindrical-coordinate representation of color #030CDA: hue angle of 237.49º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #030CDA is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 3 | 12 | 218 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.15 |
| HSL | 237.49º | 0.97% | 0.43% | - |
| HSV(B) | 237.49º | 0.99% | 0.85% | - |
| XYZ | 12.82 | 5.34 | 66.69 | - |
| YUV | 32.79 | 232.52 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 12 | 218 | 0.99 | 0.94 | 0 | 0.15 | 237.49 | 0.97 | 0.43 |
| Hex | 3 | C | DA | 63 | 5E | 0 | F | ED | 61 | 2B |
| Octal | 3 | 14 | 332 | 143 | 136 | 0 | 17 | 355 | 141 | 53 |
| Binary | 11 | 1100 | 11011010 | 1100011 | 1011110 | 0 | 1111 | 11101101 | 1100001 | 101011 |
Color Harmonies of #030CDA
Complementary color
Monochromatic Colors of #030CDA
Black with #030CDA
Text Example
Text Example
White with #030CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030CDA; }
p { color: rgb(3,12,218); }
H1.HeaderClassName
{
color: #030CDA;
}
.AnyTagClassName
{
color: #030CDA;
}
</style>
background-color css
<style>
a { background-color: #030CDA; }
a { background-color: rgb(3,12,218); }
div.DivClassName
{
background-color: #030CDA;
}
.BgClassName
{
background-color: #030CDA;
}
</style>
border-color css
<style>
span { border-color: #030CDA; }
span { border-color: rgb(3,12,218); }
td.TdClassName
{
border-color: #030CDA;
}
.TagClassName
{
border-color: #030CDA;
}
</style>