Shades of Medium Blue #030FD5
Tints of Medium Blue #030FD5
RGB
CMYK
RGB Variations
Color information
#030FD5 (or 0x030FD5) is known color: Medium Blue. HEX triplet: 03, 0F and D5. RGB value is (3,15,213). Sum of RGB (Red+Green+Blue) = 3+15+213=231 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 231); Green value is 15 (6.25% from 255 or 6.49% from 231); Blue value is 213 (83.59% from 255 or 92.21% from 231); Max value from RGB is 213 - color contains mainly: blue. Hex color #030FD5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030FD5 is #FCF02A. Grayscale: #212121. Windows color (decimal): -16576555 or 13963011. OLE color: 13963011.
HSL color Cylindrical-coordinate representation of color #030FD5: hue angle of 236.57º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #030FD5 is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 3 | 15 | 213 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.16 |
| HSL | 236.57º | 0.97% | 0.42% | - |
| HSV(B) | 236.57º | 0.99% | 0.84% | - |
| XYZ | 12.22 | 5.17 | 63.3 | - |
| YUV | 33.98 | 229.02 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 15 | 213 | 0.99 | 0.93 | 0 | 0.16 | 236.57 | 0.97 | 0.42 |
| Hex | 3 | F | D5 | 63 | 5D | 0 | 10 | ED | 61 | 2A |
| Octal | 3 | 17 | 325 | 143 | 135 | 0 | 20 | 355 | 141 | 52 |
| Binary | 11 | 1111 | 11010101 | 1100011 | 1011101 | 0 | 10000 | 11101101 | 1100001 | 101010 |
Color Harmonies of #030FD5
Complementary color
Monochromatic Colors of #030FD5
Black with #030FD5
Text Example
Text Example
White with #030FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030FD5; }
p { color: rgb(3,15,213); }
H1.HeaderClassName
{
color: #030FD5;
}
.AnyTagClassName
{
color: #030FD5;
}
</style>
background-color css
<style>
a { background-color: #030FD5; }
a { background-color: rgb(3,15,213); }
div.DivClassName
{
background-color: #030FD5;
}
.BgClassName
{
background-color: #030FD5;
}
</style>
border-color css
<style>
span { border-color: #030FD5; }
span { border-color: rgb(3,15,213); }
td.TdClassName
{
border-color: #030FD5;
}
.TagClassName
{
border-color: #030FD5;
}
</style>