Shades of Medium Blue #0309DF
Tints of Medium Blue #0309DF
RGB
CMYK
RGB Variations
Color information
#0309DF (or 0x0309DF) is known color: Medium Blue. HEX triplet: 03, 09 and DF. RGB value is (3,9,223). Sum of RGB (Red+Green+Blue) = 3+9+223=235 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 235); Green value is 9 (3.91% from 255 or 3.83% from 235); Blue value is 223 (87.5% from 255 or 94.89% from 235); Max value from RGB is 223 - color contains mainly: blue. Hex color #0309DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0309DF is #FCF620. Grayscale: #1E1E1E. Windows color (decimal): -16578081 or 14616835. OLE color: 14616835.
HSL color Cylindrical-coordinate representation of color #0309DF: hue angle of 238.36º 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 #0309DF is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 9 | 223 | - |
| CMYK | 0.99 | 0.96 | 0 | 0.13 |
| HSL | 238.36º | 0.97% | 0.44% | - |
| HSV(B) | 238.36º | 0.99% | 0.87% | - |
| XYZ | 13.45 | 5.54 | 70.17 | - |
| YUV | 31.6 | 236.01 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 9 | 223 | 0.99 | 0.96 | 0 | 0.13 | 238.36 | 0.97 | 0.44 |
| Hex | 3 | 9 | DF | 63 | 60 | 0 | D | EE | 61 | 2C |
| Octal | 3 | 11 | 337 | 143 | 140 | 0 | 15 | 356 | 141 | 54 |
| Binary | 11 | 1001 | 11011111 | 1100011 | 1100000 | 0 | 1101 | 11101110 | 1100001 | 101100 |
Color Harmonies of #0309DF
Complementary color
Monochromatic Colors of #0309DF
Black with #0309DF
Text Example
Text Example
White with #0309DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0309DF; }
p { color: rgb(3,9,223); }
H1.HeaderClassName
{
color: #0309DF;
}
.AnyTagClassName
{
color: #0309DF;
}
</style>
background-color css
<style>
a { background-color: #0309DF; }
a { background-color: rgb(3,9,223); }
div.DivClassName
{
background-color: #0309DF;
}
.BgClassName
{
background-color: #0309DF;
}
</style>
border-color css
<style>
span { border-color: #0309DF; }
span { border-color: rgb(3,9,223); }
td.TdClassName
{
border-color: #0309DF;
}
.TagClassName
{
border-color: #0309DF;
}
</style>