Shades of Medium Blue #030FDF
Tints of Medium Blue #030FDF
RGB
CMYK
RGB Variations
Color information
#030FDF (or 0x030FDF) is known color: Medium Blue. HEX triplet: 03, 0F and DF. RGB value is (3,15,223). Sum of RGB (Red+Green+Blue) = 3+15+223=241 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 241); Green value is 15 (6.25% from 255 or 6.22% from 241); Blue value is 223 (87.5% from 255 or 92.53% from 241); Max value from RGB is 223 - color contains mainly: blue. Hex color #030FDF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030FDF is #FCF020. Grayscale: #222222. Windows color (decimal): -16576545 or 14618371. OLE color: 14618371.
HSL color Cylindrical-coordinate representation of color #030FDF: hue angle of 236.73º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #030FDF is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 15 | 223 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.13 |
| HSL | 236.73º | 0.97% | 0.44% | - |
| HSV(B) | 236.73º | 0.99% | 0.87% | - |
| XYZ | 13.53 | 5.69 | 70.2 | - |
| YUV | 35.12 | 234.02 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 15 | 223 | 0.99 | 0.93 | 0 | 0.13 | 236.73 | 0.97 | 0.44 |
| Hex | 3 | F | DF | 63 | 5D | 0 | D | ED | 61 | 2C |
| Octal | 3 | 17 | 337 | 143 | 135 | 0 | 15 | 355 | 141 | 54 |
| Binary | 11 | 1111 | 11011111 | 1100011 | 1011101 | 0 | 1101 | 11101101 | 1100001 | 101100 |
Color Harmonies of #030FDF
Complementary color
Monochromatic Colors of #030FDF
Black with #030FDF
Text Example
Text Example
White with #030FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030FDF; }
p { color: rgb(3,15,223); }
H1.HeaderClassName
{
color: #030FDF;
}
.AnyTagClassName
{
color: #030FDF;
}
</style>
background-color css
<style>
a { background-color: #030FDF; }
a { background-color: rgb(3,15,223); }
div.DivClassName
{
background-color: #030FDF;
}
.BgClassName
{
background-color: #030FDF;
}
</style>
border-color css
<style>
span { border-color: #030FDF; }
span { border-color: rgb(3,15,223); }
td.TdClassName
{
border-color: #030FDF;
}
.TagClassName
{
border-color: #030FDF;
}
</style>