Shades of Medium Blue #1209DF
Tints of Medium Blue #1209DF
RGB
CMYK
RGB Variations
Color information
#1209DF (or 0x1209DF) is known color: Medium Blue. HEX triplet: 12, 09 and DF. RGB value is (18,9,223). Sum of RGB (Red+Green+Blue) = 18+9+223=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 223 (87.5% from 255 or 89.2% from 250); Max value from RGB is 223 - color contains mainly: blue. Hex color #1209DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1209DF is #EDF620. Grayscale: #232323. Windows color (decimal): -15595041 or 14616850. OLE color: 14616850.
HSL color Cylindrical-coordinate representation of color #1209DF: hue angle of 242.52º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1209DF is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 9 | 223 | - |
| CMYK | 0.92 | 0.96 | 0 | 0.13 |
| HSL | 242.52º | 0.92% | 0.45% | - |
| HSV(B) | 242.52º | 0.96% | 0.87% | - |
| XYZ | 13.67 | 5.65 | 70.18 | - |
| YUV | 36.09 | 233.48 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 9 | 223 | 0.92 | 0.96 | 0 | 0.13 | 242.52 | 0.92 | 0.45 |
| Hex | 12 | 9 | DF | 5C | 60 | 0 | D | F3 | 5C | 2D |
| Octal | 22 | 11 | 337 | 134 | 140 | 0 | 15 | 363 | 134 | 55 |
| Binary | 10010 | 1001 | 11011111 | 1011100 | 1100000 | 0 | 1101 | 11110011 | 1011100 | 101101 |
Color Harmonies of #1209DF
Complementary color
Monochromatic Colors of #1209DF
Black with #1209DF
Text Example
Text Example
White with #1209DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1209DF; }
p { color: rgb(18,9,223); }
H1.HeaderClassName
{
color: #1209DF;
}
.AnyTagClassName
{
color: #1209DF;
}
</style>
background-color css
<style>
a { background-color: #1209DF; }
a { background-color: rgb(18,9,223); }
div.DivClassName
{
background-color: #1209DF;
}
.BgClassName
{
background-color: #1209DF;
}
</style>
border-color css
<style>
span { border-color: #1209DF; }
span { border-color: rgb(18,9,223); }
td.TdClassName
{
border-color: #1209DF;
}
.TagClassName
{
border-color: #1209DF;
}
</style>