Shades of Blue #1F28F9
Tints of Blue #1F28F9
RGB
CMYK
RGB Variations
Color information
#1F28F9 (or 0x1F28F9) is known color: Blue. HEX triplet: 1F, 28 and F9. RGB value is (31,40,249). Sum of RGB (Red+Green+Blue) = 31+40+249=320 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.69% from 320); Green value is 40 (16.02% from 255 or 12.5% from 320); Blue value is 249 (97.66% from 255 or 77.81% from 320); Max value from RGB is 249 - color contains mainly: blue. Hex color #1F28F9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F28F9 is #E0D706. Grayscale: #3C3C3C. Windows color (decimal): -14735111 or 16328735. OLE color: 16328735.
HSL color Cylindrical-coordinate representation of color #1F28F9: hue angle of 237.52º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F28F9 is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 40 | 249 | - |
| CMYK | 0.88 | 0.84 | 0 | 0.02 |
| HSL | 237.52º | 0.95% | 0.55% | - |
| HSV(B) | 237.52º | 0.88% | 0.98% | - |
| XYZ | 18.42 | 8.65 | 90.32 | - |
| YUV | 61.14 | 234.02 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 40 | 249 | 0.88 | 0.84 | 0 | 0.02 | 237.52 | 0.95 | 0.55 |
| Hex | 1F | 28 | F9 | 58 | 54 | 0 | 2 | EE | 5F | 37 |
| Octal | 37 | 50 | 371 | 130 | 124 | 0 | 2 | 356 | 137 | 67 |
| Binary | 11111 | 101000 | 11111001 | 1011000 | 1010100 | 0 | 10 | 11101110 | 1011111 | 110111 |
Color Harmonies of #1F28F9
Complementary color
Monochromatic Colors of #1F28F9
Black with #1F28F9
Text Example
Text Example
White with #1F28F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F28F9; }
p { color: rgb(31,40,249); }
H1.HeaderClassName
{
color: #1F28F9;
}
.AnyTagClassName
{
color: #1F28F9;
}
</style>
background-color css
<style>
a { background-color: #1F28F9; }
a { background-color: rgb(31,40,249); }
div.DivClassName
{
background-color: #1F28F9;
}
.BgClassName
{
background-color: #1F28F9;
}
</style>
border-color css
<style>
span { border-color: #1F28F9; }
span { border-color: rgb(31,40,249); }
td.TdClassName
{
border-color: #1F28F9;
}
.TagClassName
{
border-color: #1F28F9;
}
</style>