Shades of Blue #1F0AFD
Tints of Blue #1F0AFD
RGB
CMYK
RGB Variations
Color information
#1F0AFD (or 0x1F0AFD) is known color: Blue. HEX triplet: 1F, 0A and FD. RGB value is (31,10,253). Sum of RGB (Red+Green+Blue) = 31+10+253=294 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.54% from 294); Green value is 10 (4.30% from 255 or 3.40% from 294); Blue value is 253 (99.22% from 255 or 86.05% from 294); Max value from RGB is 253 - color contains mainly: blue. Hex color #1F0AFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1F0AFD is #E0F502. Grayscale: #2B2B2B. Windows color (decimal): -14742787 or 16583199. OLE color: 16583199.
HSL color Cylindrical-coordinate representation of color #1F0AFD: hue angle of 245.19º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1F0AFD is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 10 | 253 | - |
| CMYK | 0.88 | 0.96 | 0 | 0.01 |
| HSL | 245.19º | 0.98% | 0.52% | - |
| HSV(B) | 245.19º | 0.96% | 0.99% | - |
| XYZ | 18.4 | 7.6 | 93.43 | - |
| YUV | 43.98 | 245.96 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 10 | 253 | 0.88 | 0.96 | 0 | 0.01 | 245.19 | 0.98 | 0.52 |
| Hex | 1F | A | FD | 58 | 60 | 0 | 1 | F5 | 62 | 34 |
| Octal | 37 | 12 | 375 | 130 | 140 | 0 | 1 | 365 | 142 | 64 |
| Binary | 11111 | 1010 | 11111101 | 1011000 | 1100000 | 0 | 1 | 11110101 | 1100010 | 110100 |
Color Harmonies of #1F0AFD
Complementary color
Monochromatic Colors of #1F0AFD
Black with #1F0AFD
Text Example
Text Example
White with #1F0AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0AFD; }
p { color: rgb(31,10,253); }
H1.HeaderClassName
{
color: #1F0AFD;
}
.AnyTagClassName
{
color: #1F0AFD;
}
</style>
background-color css
<style>
a { background-color: #1F0AFD; }
a { background-color: rgb(31,10,253); }
div.DivClassName
{
background-color: #1F0AFD;
}
.BgClassName
{
background-color: #1F0AFD;
}
</style>
border-color css
<style>
span { border-color: #1F0AFD; }
span { border-color: rgb(31,10,253); }
td.TdClassName
{
border-color: #1F0AFD;
}
.TagClassName
{
border-color: #1F0AFD;
}
</style>