Shades of Medium Blue #1F09DC
Tints of Medium Blue #1F09DC
RGB
CMYK
RGB Variations
Color information
#1F09DC (or 0x1F09DC) is known color: Medium Blue. HEX triplet: 1F, 09 and DC. RGB value is (31,9,220). Sum of RGB (Red+Green+Blue) = 31+9+220=260 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.92% from 260); Green value is 9 (3.91% from 255 or 3.46% from 260); Blue value is 220 (86.33% from 255 or 84.62% from 260); Max value from RGB is 220 - color contains mainly: blue. Hex color #1F09DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F09DC is #E0F623. Grayscale: #262626. Windows color (decimal): -14743076 or 14420255. OLE color: 14420255.
HSL color Cylindrical-coordinate representation of color #1F09DC: hue angle of 246.26º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1F09DC is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 9 | 220 | - |
| CMYK | 0.86 | 0.96 | 0 | 0.14 |
| HSL | 246.26º | 0.92% | 0.45% | - |
| HSV(B) | 246.26º | 0.96% | 0.86% | - |
| XYZ | 13.58 | 5.65 | 68.09 | - |
| YUV | 39.63 | 229.79 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 9 | 220 | 0.86 | 0.96 | 0 | 0.14 | 246.26 | 0.92 | 0.45 |
| Hex | 1F | 9 | DC | 56 | 60 | 0 | E | F6 | 5C | 2D |
| Octal | 37 | 11 | 334 | 126 | 140 | 0 | 16 | 366 | 134 | 55 |
| Binary | 11111 | 1001 | 11011100 | 1010110 | 1100000 | 0 | 1110 | 11110110 | 1011100 | 101101 |
Color Harmonies of #1F09DC
Complementary color
Monochromatic Colors of #1F09DC
Black with #1F09DC
Text Example
Text Example
White with #1F09DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F09DC; }
p { color: rgb(31,9,220); }
H1.HeaderClassName
{
color: #1F09DC;
}
.AnyTagClassName
{
color: #1F09DC;
}
</style>
background-color css
<style>
a { background-color: #1F09DC; }
a { background-color: rgb(31,9,220); }
div.DivClassName
{
background-color: #1F09DC;
}
.BgClassName
{
background-color: #1F09DC;
}
</style>
border-color css
<style>
span { border-color: #1F09DC; }
span { border-color: rgb(31,9,220); }
td.TdClassName
{
border-color: #1F09DC;
}
.TagClassName
{
border-color: #1F09DC;
}
</style>