Shades of Blue #1F18F3
Tints of Blue #1F18F3
RGB
CMYK
RGB Variations
Color information
#1F18F3 (or 0x1F18F3) is known color: Blue. HEX triplet: 1F, 18 and F3. RGB value is (31,24,243). Sum of RGB (Red+Green+Blue) = 31+24+243=298 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.40% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 243 (95.31% from 255 or 81.54% from 298); Max value from RGB is 243 - color contains mainly: blue. Hex color #1F18F3 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1F18F3 is #E0E70C. Grayscale: #323232. Windows color (decimal): -14739213 or 15931423. OLE color: 15931423.
HSL color Cylindrical-coordinate representation of color #1F18F3: hue angle of 241.92º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F18F3 is Cyan = 0.87, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 31 | 24 | 243 | - |
| CMYK | 0.87 | 0.90 | 0 | 0.05 |
| HSL | 241.92º | 0.9% | 0.52% | - |
| HSV(B) | 241.92º | 0.9% | 0.95% | - |
| XYZ | 17.07 | 7.42 | 85.33 | - |
| YUV | 51.06 | 236.32 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 24 | 243 | 0.87 | 0.90 | 0 | 0.05 | 241.92 | 0.9 | 0.52 |
| Hex | 1F | 18 | F3 | 57 | 5A | 0 | 5 | F2 | 5A | 34 |
| Octal | 37 | 30 | 363 | 127 | 132 | 0 | 5 | 362 | 132 | 64 |
| Binary | 11111 | 11000 | 11110011 | 1010111 | 1011010 | 0 | 101 | 11110010 | 1011010 | 110100 |
Color Harmonies of #1F18F3
Complementary color
Monochromatic Colors of #1F18F3
Black with #1F18F3
Text Example
Text Example
White with #1F18F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F18F3; }
p { color: rgb(31,24,243); }
H1.HeaderClassName
{
color: #1F18F3;
}
.AnyTagClassName
{
color: #1F18F3;
}
</style>
background-color css
<style>
a { background-color: #1F18F3; }
a { background-color: rgb(31,24,243); }
div.DivClassName
{
background-color: #1F18F3;
}
.BgClassName
{
background-color: #1F18F3;
}
</style>
border-color css
<style>
span { border-color: #1F18F3; }
span { border-color: rgb(31,24,243); }
td.TdClassName
{
border-color: #1F18F3;
}
.TagClassName
{
border-color: #1F18F3;
}
</style>