Shades of Blue #1F00EF
Tints of Blue #1F00EF
RGB
CMYK
RGB Variations
Color information
#1F00EF (or 0x1F00EF) is known color: Blue. HEX triplet: 1F, 00 and EF. RGB value is (31,0,239). Sum of RGB (Red+Green+Blue) = 31+0+239=270 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.48% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 239 (93.75% from 255 or 88.52% from 270); Max value from RGB is 239 - color contains mainly: blue. Hex color #1F00EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1F00EF is #E0FF10. Grayscale: #232323. Windows color (decimal): -14745361 or 15663135. OLE color: 15663135.
HSL color Cylindrical-coordinate representation of color #1F00EF: hue angle of 247.78º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F00EF is Cyan = 0.87, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 31 | 0 | 239 | - |
| CMYK | 0.87 | 1 | 0 | 0.06 |
| HSL | 247.78º | 1% | 0.47% | - |
| HSV(B) | 247.78º | 1% | 0.94% | - |
| XYZ | 16.15 | 6.52 | 82.07 | - |
| YUV | 36.52 | 242.27 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 0 | 239 | 0.87 | 1 | 0 | 0.06 | 247.78 | 1 | 0.47 |
| Hex | 1F | 0 | EF | 57 | 64 | 0 | 6 | F8 | 64 | 2F |
| Octal | 37 | 0 | 357 | 127 | 144 | 0 | 6 | 370 | 144 | 57 |
| Binary | 11111 | 0 | 11101111 | 1010111 | 1100100 | 0 | 110 | 11111000 | 1100100 | 101111 |
Color Harmonies of #1F00EF
Complementary color
Monochromatic Colors of #1F00EF
Black with #1F00EF
Text Example
Text Example
White with #1F00EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F00EF; }
p { color: rgb(31,0,239); }
H1.HeaderClassName
{
color: #1F00EF;
}
.AnyTagClassName
{
color: #1F00EF;
}
</style>
background-color css
<style>
a { background-color: #1F00EF; }
a { background-color: rgb(31,0,239); }
div.DivClassName
{
background-color: #1F00EF;
}
.BgClassName
{
background-color: #1F00EF;
}
</style>
border-color css
<style>
span { border-color: #1F00EF; }
span { border-color: rgb(31,0,239); }
td.TdClassName
{
border-color: #1F00EF;
}
.TagClassName
{
border-color: #1F00EF;
}
</style>