Shades of Medium Blue #1F10CC
Tints of Medium Blue #1F10CC
RGB
CMYK
RGB Variations
Color information
#1F10CC (or 0x1F10CC) is known color: Medium Blue. HEX triplet: 1F, 10 and CC. RGB value is (31,16,204). Sum of RGB (Red+Green+Blue) = 31+16+204=251 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.35% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 204 (80.08% from 255 or 81.27% from 251); Max value from RGB is 204 - color contains mainly: blue. Hex color #1F10CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F10CC is #E0EF33. Grayscale: #292929. Windows color (decimal): -14741300 or 13373471. OLE color: 13373471.
HSL color Cylindrical-coordinate representation of color #1F10CC: hue angle of 244.79º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1F10CC is Cyan = 0.85, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 31 | 16 | 204 | - |
| CMYK | 0.85 | 0.92 | 0 | 0.2 |
| HSL | 244.79º | 0.85% | 0.43% | - |
| HSV(B) | 244.79º | 0.92% | 0.8% | - |
| XYZ | 11.65 | 5.02 | 57.48 | - |
| YUV | 41.92 | 219.47 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 16 | 204 | 0.85 | 0.92 | 0 | 0.2 | 244.79 | 0.85 | 0.43 |
| Hex | 1F | 10 | CC | 55 | 5C | 0 | 14 | F5 | 55 | 2B |
| Octal | 37 | 20 | 314 | 125 | 134 | 0 | 24 | 365 | 125 | 53 |
| Binary | 11111 | 10000 | 11001100 | 1010101 | 1011100 | 0 | 10100 | 11110101 | 1010101 | 101011 |
Color Harmonies of #1F10CC
Complementary color
Monochromatic Colors of #1F10CC
Black with #1F10CC
Text Example
Text Example
White with #1F10CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F10CC; }
p { color: rgb(31,16,204); }
H1.HeaderClassName
{
color: #1F10CC;
}
.AnyTagClassName
{
color: #1F10CC;
}
</style>
background-color css
<style>
a { background-color: #1F10CC; }
a { background-color: rgb(31,16,204); }
div.DivClassName
{
background-color: #1F10CC;
}
.BgClassName
{
background-color: #1F10CC;
}
</style>
border-color css
<style>
span { border-color: #1F10CC; }
span { border-color: rgb(31,16,204); }
td.TdClassName
{
border-color: #1F10CC;
}
.TagClassName
{
border-color: #1F10CC;
}
</style>