Shades of Blue #1F02FB
Tints of Blue #1F02FB
RGB
CMYK
RGB Variations
Color information
#1F02FB (or 0x1F02FB) is known color: Blue. HEX triplet: 1F, 02 and FB. RGB value is (31,2,251). Sum of RGB (Red+Green+Blue) = 31+2+251=284 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.92% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 251 (98.44% from 255 or 88.38% from 284); Max value from RGB is 251 - color contains mainly: blue. Hex color #1F02FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1F02FB is #E0FD04. Grayscale: #262626. Windows color (decimal): -14744837 or 16450079. OLE color: 16450079.
HSL color Cylindrical-coordinate representation of color #1F02FB: hue angle of 246.99º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F02FB is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 2 | 251 | - |
| CMYK | 0.88 | 0.99 | 0 | 0.02 |
| HSL | 246.99º | 0.98% | 0.5% | - |
| HSV(B) | 246.99º | 0.99% | 0.98% | - |
| XYZ | 18 | 7.3 | 91.73 | - |
| YUV | 39.06 | 247.61 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 2 | 251 | 0.88 | 0.99 | 0 | 0.02 | 246.99 | 0.98 | 0.5 |
| Hex | 1F | 2 | FB | 58 | 63 | 0 | 2 | F7 | 62 | 32 |
| Octal | 37 | 2 | 373 | 130 | 143 | 0 | 2 | 367 | 142 | 62 |
| Binary | 11111 | 10 | 11111011 | 1011000 | 1100011 | 0 | 10 | 11110111 | 1100010 | 110010 |
Color Harmonies of #1F02FB
Complementary color
Monochromatic Colors of #1F02FB
Black with #1F02FB
Text Example
Text Example
White with #1F02FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F02FB; }
p { color: rgb(31,2,251); }
H1.HeaderClassName
{
color: #1F02FB;
}
.AnyTagClassName
{
color: #1F02FB;
}
</style>
background-color css
<style>
a { background-color: #1F02FB; }
a { background-color: rgb(31,2,251); }
div.DivClassName
{
background-color: #1F02FB;
}
.BgClassName
{
background-color: #1F02FB;
}
</style>
border-color css
<style>
span { border-color: #1F02FB; }
span { border-color: rgb(31,2,251); }
td.TdClassName
{
border-color: #1F02FB;
}
.TagClassName
{
border-color: #1F02FB;
}
</style>