Shades of Medium Blue #1F09CD
Tints of Medium Blue #1F09CD
RGB
CMYK
RGB Variations
Color information
#1F09CD (or 0x1F09CD) is known color: Medium Blue. HEX triplet: 1F, 09 and CD. RGB value is (31,9,205). Sum of RGB (Red+Green+Blue) = 31+9+205=245 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.65% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 205 (80.47% from 255 or 83.67% from 245); Max value from RGB is 205 - color contains mainly: blue. Hex color #1F09CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F09CD is #E0F632. Grayscale: #252525. Windows color (decimal): -14743091 or 13437215. OLE color: 13437215.
HSL color Cylindrical-coordinate representation of color #1F09CD: hue angle of 246.73º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1F09CD is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 9 | 205 | - |
| CMYK | 0.85 | 0.96 | 0 | 0.20 |
| HSL | 246.73º | 0.92% | 0.42% | - |
| HSV(B) | 246.73º | 0.96% | 0.8% | - |
| XYZ | 11.68 | 4.89 | 58.09 | - |
| YUV | 37.92 | 222.29 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 9 | 205 | 0.85 | 0.96 | 0 | 0.20 | 246.73 | 0.92 | 0.42 |
| Hex | 1F | 9 | CD | 55 | 60 | 0 | 14 | F7 | 5C | 2A |
| Octal | 37 | 11 | 315 | 125 | 140 | 0 | 24 | 367 | 134 | 52 |
| Binary | 11111 | 1001 | 11001101 | 1010101 | 1100000 | 0 | 10100 | 11110111 | 1011100 | 101010 |
Color Harmonies of #1F09CD
Complementary color
Monochromatic Colors of #1F09CD
Black with #1F09CD
Text Example
Text Example
White with #1F09CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F09CD; }
p { color: rgb(31,9,205); }
H1.HeaderClassName
{
color: #1F09CD;
}
.AnyTagClassName
{
color: #1F09CD;
}
</style>
background-color css
<style>
a { background-color: #1F09CD; }
a { background-color: rgb(31,9,205); }
div.DivClassName
{
background-color: #1F09CD;
}
.BgClassName
{
background-color: #1F09CD;
}
</style>
border-color css
<style>
span { border-color: #1F09CD; }
span { border-color: rgb(31,9,205); }
td.TdClassName
{
border-color: #1F09CD;
}
.TagClassName
{
border-color: #1F09CD;
}
</style>