Shades of Blue #1107F8
Tints of Blue #1107F8
RGB
CMYK
RGB Variations
Color information
#1107F8 (or 0x1107F8) is known color: Blue. HEX triplet: 11, 07 and F8. RGB value is (17,7,248). Sum of RGB (Red+Green+Blue) = 17+7+248=272 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.25% from 272); Green value is 7 (3.12% from 255 or 2.57% from 272); Blue value is 248 (97.27% from 255 or 91.18% from 272); Max value from RGB is 248 - color contains mainly: blue. Hex color #1107F8 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1107F8 is #EEF807. Grayscale: #242424. Windows color (decimal): -15661064 or 16254737. OLE color: 16254737.
HSL color Cylindrical-coordinate representation of color #1107F8: hue angle of 242.49º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1107F8 is Cyan = 0.93, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 17 | 7 | 248 | - |
| CMYK | 0.93 | 0.97 | 0 | 0.03 |
| HSL | 242.49º | 0.95% | 0.5% | - |
| HSV(B) | 242.49º | 0.97% | 0.97% | - |
| XYZ | 17.25 | 7.05 | 89.26 | - |
| YUV | 37.46 | 246.81 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 7 | 248 | 0.93 | 0.97 | 0 | 0.03 | 242.49 | 0.95 | 0.5 |
| Hex | 11 | 7 | F8 | 5D | 61 | 0 | 3 | F2 | 5F | 32 |
| Octal | 21 | 7 | 370 | 135 | 141 | 0 | 3 | 362 | 137 | 62 |
| Binary | 10001 | 111 | 11111000 | 1011101 | 1100001 | 0 | 11 | 11110010 | 1011111 | 110010 |
Color Harmonies of #1107F8
Complementary color
Monochromatic Colors of #1107F8
Black with #1107F8
Text Example
Text Example
White with #1107F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1107F8; }
p { color: rgb(17,7,248); }
H1.HeaderClassName
{
color: #1107F8;
}
.AnyTagClassName
{
color: #1107F8;
}
</style>
background-color css
<style>
a { background-color: #1107F8; }
a { background-color: rgb(17,7,248); }
div.DivClassName
{
background-color: #1107F8;
}
.BgClassName
{
background-color: #1107F8;
}
</style>
border-color css
<style>
span { border-color: #1107F8; }
span { border-color: rgb(17,7,248); }
td.TdClassName
{
border-color: #1107F8;
}
.TagClassName
{
border-color: #1107F8;
}
</style>