Shades of Blue #1F28FF
Tints of Blue #1F28FF
RGB
CMYK
RGB Variations
Color information
#1F28FF (or 0x1F28FF) is known color: Blue. HEX triplet: 1F, 28 and FF. RGB value is (31,40,255). Sum of RGB (Red+Green+Blue) = 31+40+255=326 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.51% from 326); Green value is 40 (16.02% from 255 or 12.27% from 326); Blue value is 255 (100% from 255 or 78.22% from 326); Max value from RGB is 255 - color contains mainly: blue. Hex color #1F28FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F28FF is #E0D700. Grayscale: #3C3C3C. Windows color (decimal): -14735105 or 16721951. OLE color: 16721951.
HSL color Cylindrical-coordinate representation of color #1F28FF: hue angle of 237.59º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F28FF is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 40 | 255 | - |
| CMYK | 0.88 | 0.84 | 0 | 0 |
| HSL | 237.59º | 1% | 0.56% | - |
| HSV(B) | 237.59º | 0.88% | 1% | - |
| XYZ | 19.37 | 9.03 | 95.33 | - |
| YUV | 61.82 | 237.02 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 40 | 255 | 0.88 | 0.84 | 0 | 0 | 237.59 | 1 | 0.56 |
| Hex | 1F | 28 | FF | 58 | 54 | 0 | 0 | EE | 64 | 38 |
| Octal | 37 | 50 | 377 | 130 | 124 | 0 | 0 | 356 | 144 | 70 |
| Binary | 11111 | 101000 | 11111111 | 1011000 | 1010100 | 0 | 0 | 11101110 | 1100100 | 111000 |
Color Harmonies of #1F28FF
Complementary color
Monochromatic Colors of #1F28FF
Black with #1F28FF
Text Example
Text Example
White with #1F28FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F28FF; }
p { color: rgb(31,40,255); }
H1.HeaderClassName
{
color: #1F28FF;
}
.AnyTagClassName
{
color: #1F28FF;
}
</style>
background-color css
<style>
a { background-color: #1F28FF; }
a { background-color: rgb(31,40,255); }
div.DivClassName
{
background-color: #1F28FF;
}
.BgClassName
{
background-color: #1F28FF;
}
</style>
border-color css
<style>
span { border-color: #1F28FF; }
span { border-color: rgb(31,40,255); }
td.TdClassName
{
border-color: #1F28FF;
}
.TagClassName
{
border-color: #1F28FF;
}
</style>