Shades of Medium Blue #1F08D0
Tints of Medium Blue #1F08D0
RGB
CMYK
RGB Variations
Color information
#1F08D0 (or 0x1F08D0) is known color: Medium Blue. HEX triplet: 1F, 08 and D0. RGB value is (31,8,208). Sum of RGB (Red+Green+Blue) = 31+8+208=247 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.55% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 208 (81.64% from 255 or 84.21% from 247); Max value from RGB is 208 - color contains mainly: blue. Hex color #1F08D0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F08D0 is #E0F72F. Grayscale: #242424. Windows color (decimal): -14743344 or 13633567. OLE color: 13633567.
HSL color Cylindrical-coordinate representation of color #1F08D0: hue angle of 246.9º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1F08D0 is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 31 | 8 | 208 | - |
| CMYK | 0.85 | 0.96 | 0 | 0.18 |
| HSL | 246.9º | 0.93% | 0.42% | - |
| HSV(B) | 246.9º | 0.96% | 0.82% | - |
| XYZ | 12.04 | 5.02 | 60.01 | - |
| YUV | 37.68 | 224.12 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 8 | 208 | 0.85 | 0.96 | 0 | 0.18 | 246.9 | 0.93 | 0.42 |
| Hex | 1F | 8 | D0 | 55 | 60 | 0 | 12 | F7 | 5D | 2A |
| Octal | 37 | 10 | 320 | 125 | 140 | 0 | 22 | 367 | 135 | 52 |
| Binary | 11111 | 1000 | 11010000 | 1010101 | 1100000 | 0 | 10010 | 11110111 | 1011101 | 101010 |
Color Harmonies of #1F08D0
Complementary color
Monochromatic Colors of #1F08D0
Black with #1F08D0
Text Example
Text Example
White with #1F08D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F08D0; }
p { color: rgb(31,8,208); }
H1.HeaderClassName
{
color: #1F08D0;
}
.AnyTagClassName
{
color: #1F08D0;
}
</style>
background-color css
<style>
a { background-color: #1F08D0; }
a { background-color: rgb(31,8,208); }
div.DivClassName
{
background-color: #1F08D0;
}
.BgClassName
{
background-color: #1F08D0;
}
</style>
border-color css
<style>
span { border-color: #1F08D0; }
span { border-color: rgb(31,8,208); }
td.TdClassName
{
border-color: #1F08D0;
}
.TagClassName
{
border-color: #1F08D0;
}
</style>