Shades of Blue #1F02EF
Tints of Blue #1F02EF
RGB
CMYK
RGB Variations
Color information
#1F02EF (or 0x1F02EF) is known color: Blue. HEX triplet: 1F, 02 and EF. RGB value is (31,2,239). Sum of RGB (Red+Green+Blue) = 31+2+239=272 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.40% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 239 (93.75% from 255 or 87.87% from 272); Max value from RGB is 239 - color contains mainly: blue. Hex color #1F02EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1F02EF is #E0FD10. Grayscale: #242424. Windows color (decimal): -14744849 or 15663647. OLE color: 15663647.
HSL color Cylindrical-coordinate representation of color #1F02EF: hue angle of 247.34º 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 #1F02EF is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 31 | 2 | 239 | - |
| CMYK | 0.87 | 0.99 | 0 | 0.06 |
| HSL | 247.34º | 0.98% | 0.47% | - |
| HSV(B) | 247.34º | 0.99% | 0.94% | - |
| XYZ | 16.17 | 6.57 | 82.08 | - |
| YUV | 37.69 | 241.61 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 2 | 239 | 0.87 | 0.99 | 0 | 0.06 | 247.34 | 0.98 | 0.47 |
| Hex | 1F | 2 | EF | 57 | 63 | 0 | 6 | F7 | 62 | 2F |
| Octal | 37 | 2 | 357 | 127 | 143 | 0 | 6 | 367 | 142 | 57 |
| Binary | 11111 | 10 | 11101111 | 1010111 | 1100011 | 0 | 110 | 11110111 | 1100010 | 101111 |
Color Harmonies of #1F02EF
Complementary color
Monochromatic Colors of #1F02EF
Black with #1F02EF
Text Example
Text Example
White with #1F02EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F02EF; }
p { color: rgb(31,2,239); }
H1.HeaderClassName
{
color: #1F02EF;
}
.AnyTagClassName
{
color: #1F02EF;
}
</style>
background-color css
<style>
a { background-color: #1F02EF; }
a { background-color: rgb(31,2,239); }
div.DivClassName
{
background-color: #1F02EF;
}
.BgClassName
{
background-color: #1F02EF;
}
</style>
border-color css
<style>
span { border-color: #1F02EF; }
span { border-color: rgb(31,2,239); }
td.TdClassName
{
border-color: #1F02EF;
}
.TagClassName
{
border-color: #1F02EF;
}
</style>