Shades of Medium Blue #030FDC
Tints of Medium Blue #030FDC
RGB
CMYK
RGB Variations
Color information
#030FDC (or 0x030FDC) is known color: Medium Blue. HEX triplet: 03, 0F and DC. RGB value is (3,15,220). Sum of RGB (Red+Green+Blue) = 3+15+220=238 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 238); Green value is 15 (6.25% from 255 or 6.30% from 238); Blue value is 220 (86.33% from 255 or 92.44% from 238); Max value from RGB is 220 - color contains mainly: blue. Hex color #030FDC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030FDC is #FCF023. Grayscale: #212121. Windows color (decimal): -16576548 or 14421763. OLE color: 14421763.
HSL color Cylindrical-coordinate representation of color #030FDC: hue angle of 236.68º 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 #030FDC is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 15 | 220 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.14 |
| HSL | 236.68º | 0.97% | 0.44% | - |
| HSV(B) | 236.68º | 0.99% | 0.86% | - |
| XYZ | 13.13 | 5.53 | 68.09 | - |
| YUV | 34.78 | 232.52 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 15 | 220 | 0.99 | 0.93 | 0 | 0.14 | 236.68 | 0.97 | 0.44 |
| Hex | 3 | F | DC | 63 | 5D | 0 | E | ED | 61 | 2C |
| Octal | 3 | 17 | 334 | 143 | 135 | 0 | 16 | 355 | 141 | 54 |
| Binary | 11 | 1111 | 11011100 | 1100011 | 1011101 | 0 | 1110 | 11101101 | 1100001 | 101100 |
Color Harmonies of #030FDC
Complementary color
Monochromatic Colors of #030FDC
Black with #030FDC
Text Example
Text Example
White with #030FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030FDC; }
p { color: rgb(3,15,220); }
H1.HeaderClassName
{
color: #030FDC;
}
.AnyTagClassName
{
color: #030FDC;
}
</style>
background-color css
<style>
a { background-color: #030FDC; }
a { background-color: rgb(3,15,220); }
div.DivClassName
{
background-color: #030FDC;
}
.BgClassName
{
background-color: #030FDC;
}
</style>
border-color css
<style>
span { border-color: #030FDC; }
span { border-color: rgb(3,15,220); }
td.TdClassName
{
border-color: #030FDC;
}
.TagClassName
{
border-color: #030FDC;
}
</style>