Shades of Blue #1F28EF
Tints of Blue #1F28EF
RGB
CMYK
RGB Variations
Color information
#1F28EF (or 0x1F28EF) is known color: Blue. HEX triplet: 1F, 28 and EF. RGB value is (31,40,239). Sum of RGB (Red+Green+Blue) = 31+40+239=310 (41% of max value = 765). Red value is 31 (12.5% from 255 or 10% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 239 (93.75% from 255 or 77.10% from 310); Max value from RGB is 239 - color contains mainly: blue. Hex color #1F28EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F28EF is #E0D710. Grayscale: #3B3B3B. Windows color (decimal): -14735121 or 15673375. OLE color: 15673375.
HSL color Cylindrical-coordinate representation of color #1F28EF: hue angle of 237.4º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F28EF is Cyan = 0.87, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 31 | 40 | 239 | - |
| CMYK | 0.87 | 0.83 | 0 | 0.06 |
| HSL | 237.4º | 0.87% | 0.53% | - |
| HSV(B) | 237.4º | 0.87% | 0.94% | - |
| XYZ | 16.9 | 8.04 | 82.32 | - |
| YUV | 60 | 229.02 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 40 | 239 | 0.87 | 0.83 | 0 | 0.06 | 237.4 | 0.87 | 0.53 |
| Hex | 1F | 28 | EF | 57 | 53 | 0 | 6 | ED | 57 | 35 |
| Octal | 37 | 50 | 357 | 127 | 123 | 0 | 6 | 355 | 127 | 65 |
| Binary | 11111 | 101000 | 11101111 | 1010111 | 1010011 | 0 | 110 | 11101101 | 1010111 | 110101 |
Color Harmonies of #1F28EF
Complementary color
Monochromatic Colors of #1F28EF
Black with #1F28EF
Text Example
Text Example
White with #1F28EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F28EF; }
p { color: rgb(31,40,239); }
H1.HeaderClassName
{
color: #1F28EF;
}
.AnyTagClassName
{
color: #1F28EF;
}
</style>
background-color css
<style>
a { background-color: #1F28EF; }
a { background-color: rgb(31,40,239); }
div.DivClassName
{
background-color: #1F28EF;
}
.BgClassName
{
background-color: #1F28EF;
}
</style>
border-color css
<style>
span { border-color: #1F28EF; }
span { border-color: rgb(31,40,239); }
td.TdClassName
{
border-color: #1F28EF;
}
.TagClassName
{
border-color: #1F28EF;
}
</style>