Shades of Medium Blue #0209DF
Tints of Medium Blue #0209DF
RGB
CMYK
RGB Variations
Color information
#0209DF (or 0x0209DF) is known color: Medium Blue. HEX triplet: 02, 09 and DF. RGB value is (2,9,223). Sum of RGB (Red+Green+Blue) = 2+9+223=234 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 234); Green value is 9 (3.91% from 255 or 3.85% from 234); Blue value is 223 (87.5% from 255 or 95.30% from 234); Max value from RGB is 223 - color contains mainly: blue. Hex color #0209DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0209DF is #FDF620. Grayscale: #1E1E1E. Windows color (decimal): -16643617 or 14616834. OLE color: 14616834.
HSL color Cylindrical-coordinate representation of color #0209DF: hue angle of 238.1º degrees, saturation: 0.98, 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 #0209DF is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 9 | 223 | - |
| CMYK | 0.99 | 0.96 | 0 | 0.13 |
| HSL | 238.1º | 0.98% | 0.44% | - |
| HSV(B) | 238.1º | 0.99% | 0.87% | - |
| XYZ | 13.44 | 5.54 | 70.17 | - |
| YUV | 31.3 | 236.18 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 9 | 223 | 0.99 | 0.96 | 0 | 0.13 | 238.1 | 0.98 | 0.44 |
| Hex | 2 | 9 | DF | 63 | 60 | 0 | D | EE | 62 | 2C |
| Octal | 2 | 11 | 337 | 143 | 140 | 0 | 15 | 356 | 142 | 54 |
| Binary | 10 | 1001 | 11011111 | 1100011 | 1100000 | 0 | 1101 | 11101110 | 1100010 | 101100 |
Color Harmonies of #0209DF
Complementary color
Monochromatic Colors of #0209DF
Black with #0209DF
Text Example
Text Example
White with #0209DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0209DF; }
p { color: rgb(2,9,223); }
H1.HeaderClassName
{
color: #0209DF;
}
.AnyTagClassName
{
color: #0209DF;
}
</style>
background-color css
<style>
a { background-color: #0209DF; }
a { background-color: rgb(2,9,223); }
div.DivClassName
{
background-color: #0209DF;
}
.BgClassName
{
background-color: #0209DF;
}
</style>
border-color css
<style>
span { border-color: #0209DF; }
span { border-color: rgb(2,9,223); }
td.TdClassName
{
border-color: #0209DF;
}
.TagClassName
{
border-color: #0209DF;
}
</style>