Shades of Blue #1F03EF
Tints of Blue #1F03EF
RGB
CMYK
RGB Variations
Color information
#1F03EF (or 0x1F03EF) is known color: Blue. HEX triplet: 1F, 03 and EF. RGB value is (31,3,239). Sum of RGB (Red+Green+Blue) = 31+3+239=273 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.36% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 239 (93.75% from 255 or 87.55% from 273); Max value from RGB is 239 - color contains mainly: blue. Hex color #1F03EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1F03EF is #E0FC10. Grayscale: #252525. Windows color (decimal): -14744593 or 15663903. OLE color: 15663903.
HSL color Cylindrical-coordinate representation of color #1F03EF: hue angle of 247.12º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F03EF is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 31 | 3 | 239 | - |
| CMYK | 0.87 | 0.99 | 0 | 0.06 |
| HSL | 247.12º | 0.98% | 0.47% | - |
| HSV(B) | 247.12º | 0.99% | 0.94% | - |
| XYZ | 16.18 | 6.59 | 82.08 | - |
| YUV | 38.28 | 241.28 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 3 | 239 | 0.87 | 0.99 | 0 | 0.06 | 247.12 | 0.98 | 0.47 |
| Hex | 1F | 3 | EF | 57 | 63 | 0 | 6 | F7 | 62 | 2F |
| Octal | 37 | 3 | 357 | 127 | 143 | 0 | 6 | 367 | 142 | 57 |
| Binary | 11111 | 11 | 11101111 | 1010111 | 1100011 | 0 | 110 | 11110111 | 1100010 | 101111 |
Color Harmonies of #1F03EF
Complementary color
Monochromatic Colors of #1F03EF
Black with #1F03EF
Text Example
Text Example
White with #1F03EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F03EF; }
p { color: rgb(31,3,239); }
H1.HeaderClassName
{
color: #1F03EF;
}
.AnyTagClassName
{
color: #1F03EF;
}
</style>
background-color css
<style>
a { background-color: #1F03EF; }
a { background-color: rgb(31,3,239); }
div.DivClassName
{
background-color: #1F03EF;
}
.BgClassName
{
background-color: #1F03EF;
}
</style>
border-color css
<style>
span { border-color: #1F03EF; }
span { border-color: rgb(31,3,239); }
td.TdClassName
{
border-color: #1F03EF;
}
.TagClassName
{
border-color: #1F03EF;
}
</style>