Shades of Medium Blue #1F0BD2
Tints of Medium Blue #1F0BD2
RGB
CMYK
RGB Variations
Color information
#1F0BD2 (or 0x1F0BD2) is known color: Medium Blue. HEX triplet: 1F, 0B and D2. RGB value is (31,11,210). Sum of RGB (Red+Green+Blue) = 31+11+210=252 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.30% from 252); Green value is 11 (4.69% from 255 or 4.37% from 252); Blue value is 210 (82.42% from 255 or 83.33% from 252); Max value from RGB is 210 - color contains mainly: blue. Hex color #1F0BD2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F0BD2 is #E0F42D. Grayscale: #262626. Windows color (decimal): -14742574 or 13765407. OLE color: 13765407.
HSL color Cylindrical-coordinate representation of color #1F0BD2: hue angle of 246.03º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1F0BD2 is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 31 | 11 | 210 | - |
| CMYK | 0.85 | 0.95 | 0 | 0.18 |
| HSL | 246.03º | 0.9% | 0.43% | - |
| HSV(B) | 246.03º | 0.95% | 0.82% | - |
| XYZ | 12.32 | 5.18 | 61.32 | - |
| YUV | 39.67 | 224.13 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 11 | 210 | 0.85 | 0.95 | 0 | 0.18 | 246.03 | 0.9 | 0.43 |
| Hex | 1F | B | D2 | 55 | 5F | 0 | 12 | F6 | 5A | 2B |
| Octal | 37 | 13 | 322 | 125 | 137 | 0 | 22 | 366 | 132 | 53 |
| Binary | 11111 | 1011 | 11010010 | 1010101 | 1011111 | 0 | 10010 | 11110110 | 1011010 | 101011 |
Color Harmonies of #1F0BD2
Complementary color
Monochromatic Colors of #1F0BD2
Black with #1F0BD2
Text Example
Text Example
White with #1F0BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0BD2; }
p { color: rgb(31,11,210); }
H1.HeaderClassName
{
color: #1F0BD2;
}
.AnyTagClassName
{
color: #1F0BD2;
}
</style>
background-color css
<style>
a { background-color: #1F0BD2; }
a { background-color: rgb(31,11,210); }
div.DivClassName
{
background-color: #1F0BD2;
}
.BgClassName
{
background-color: #1F0BD2;
}
</style>
border-color css
<style>
span { border-color: #1F0BD2; }
span { border-color: rgb(31,11,210); }
td.TdClassName
{
border-color: #1F0BD2;
}
.TagClassName
{
border-color: #1F0BD2;
}
</style>