Shades of Blue #1F07F3
Tints of Blue #1F07F3
RGB
CMYK
RGB Variations
Color information
#1F07F3 (or 0x1F07F3) is known color: Blue. HEX triplet: 1F, 07 and F3. RGB value is (31,7,243). Sum of RGB (Red+Green+Blue) = 31+7+243=281 (37% of max value = 765). Red value is 31 (12.5% from 255 or 11.03% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 243 (95.31% from 255 or 86.48% from 281); Max value from RGB is 243 - color contains mainly: blue. Hex color #1F07F3 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1F07F3 is #E0F80C. Grayscale: #282828. Windows color (decimal): -14743565 or 15927071. OLE color: 15927071.
HSL color Cylindrical-coordinate representation of color #1F07F3: hue angle of 246.1º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F07F3 is Cyan = 0.87, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 31 | 7 | 243 | - |
| CMYK | 0.87 | 0.97 | 0 | 0.05 |
| HSL | 246.1º | 0.94% | 0.49% | - |
| HSV(B) | 246.1º | 0.97% | 0.95% | - |
| XYZ | 16.82 | 6.91 | 85.24 | - |
| YUV | 41.08 | 241.95 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 7 | 243 | 0.87 | 0.97 | 0 | 0.05 | 246.1 | 0.94 | 0.49 |
| Hex | 1F | 7 | F3 | 57 | 61 | 0 | 5 | F6 | 5E | 31 |
| Octal | 37 | 7 | 363 | 127 | 141 | 0 | 5 | 366 | 136 | 61 |
| Binary | 11111 | 111 | 11110011 | 1010111 | 1100001 | 0 | 101 | 11110110 | 1011110 | 110001 |
Color Harmonies of #1F07F3
Complementary color
Monochromatic Colors of #1F07F3
Black with #1F07F3
Text Example
Text Example
White with #1F07F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F07F3; }
p { color: rgb(31,7,243); }
H1.HeaderClassName
{
color: #1F07F3;
}
.AnyTagClassName
{
color: #1F07F3;
}
</style>
background-color css
<style>
a { background-color: #1F07F3; }
a { background-color: rgb(31,7,243); }
div.DivClassName
{
background-color: #1F07F3;
}
.BgClassName
{
background-color: #1F07F3;
}
</style>
border-color css
<style>
span { border-color: #1F07F3; }
span { border-color: rgb(31,7,243); }
td.TdClassName
{
border-color: #1F07F3;
}
.TagClassName
{
border-color: #1F07F3;
}
</style>