Shades of Blue #1F06EE
Tints of Blue #1F06EE
RGB
CMYK
RGB Variations
Color information
#1F06EE (or 0x1F06EE) is known color: Blue. HEX triplet: 1F, 06 and EE. RGB value is (31,6,238). Sum of RGB (Red+Green+Blue) = 31+6+238=275 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.27% from 275); Green value is 6 (2.73% from 255 or 2.18% from 275); Blue value is 238 (93.36% from 255 or 86.55% from 275); Max value from RGB is 238 - color contains mainly: blue. Hex color #1F06EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1F06EE is #E0F911. Grayscale: #272727. Windows color (decimal): -14743826 or 15599135. OLE color: 15599135.
HSL color Cylindrical-coordinate representation of color #1F06EE: hue angle of 246.47º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F06EE is Cyan = 0.87, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 6 | 238 | - |
| CMYK | 0.87 | 0.97 | 0 | 0.07 |
| HSL | 246.47º | 0.95% | 0.48% | - |
| HSV(B) | 246.47º | 0.97% | 0.93% | - |
| XYZ | 16.06 | 6.59 | 81.32 | - |
| YUV | 39.92 | 239.78 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 6 | 238 | 0.87 | 0.97 | 0 | 0.07 | 246.47 | 0.95 | 0.48 |
| Hex | 1F | 6 | EE | 57 | 61 | 0 | 7 | F6 | 5F | 30 |
| Octal | 37 | 6 | 356 | 127 | 141 | 0 | 7 | 366 | 137 | 60 |
| Binary | 11111 | 110 | 11101110 | 1010111 | 1100001 | 0 | 111 | 11110110 | 1011111 | 110000 |
Color Harmonies of #1F06EE
Complementary color
Monochromatic Colors of #1F06EE
Black with #1F06EE
Text Example
Text Example
White with #1F06EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F06EE; }
p { color: rgb(31,6,238); }
H1.HeaderClassName
{
color: #1F06EE;
}
.AnyTagClassName
{
color: #1F06EE;
}
</style>
background-color css
<style>
a { background-color: #1F06EE; }
a { background-color: rgb(31,6,238); }
div.DivClassName
{
background-color: #1F06EE;
}
.BgClassName
{
background-color: #1F06EE;
}
</style>
border-color css
<style>
span { border-color: #1F06EE; }
span { border-color: rgb(31,6,238); }
td.TdClassName
{
border-color: #1F06EE;
}
.TagClassName
{
border-color: #1F06EE;
}
</style>