Shades of Blue #1026FF
Tints of Blue #1026FF
RGB
CMYK
RGB Variations
Color information
#1026FF (or 0x1026FF) is known color: Blue. HEX triplet: 10, 26 and FF. RGB value is (16,38,255). Sum of RGB (Red+Green+Blue) = 16+38+255=309 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.18% from 309); Green value is 38 (15.23% from 255 or 12.30% from 309); Blue value is 255 (100% from 255 or 82.52% from 309); Max value from RGB is 255 - color contains mainly: blue. Hex color #1026FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1026FF is #EFD900. Grayscale: #373737. Windows color (decimal): -15718657 or 16721424. OLE color: 16721424.
HSL color Cylindrical-coordinate representation of color #1026FF: hue angle of 234.48º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1026FF is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 38 | 255 | - |
| CMYK | 0.94 | 0.85 | 0 | 0 |
| HSL | 234.48º | 1% | 0.53% | - |
| HSV(B) | 234.48º | 0.94% | 1% | - |
| XYZ | 18.96 | 8.72 | 95.29 | - |
| YUV | 56.16 | 240.21 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 38 | 255 | 0.94 | 0.85 | 0 | 0 | 234.48 | 1 | 0.53 |
| Hex | 10 | 26 | FF | 5E | 55 | 0 | 0 | EA | 64 | 35 |
| Octal | 20 | 46 | 377 | 136 | 125 | 0 | 0 | 352 | 144 | 65 |
| Binary | 10000 | 100110 | 11111111 | 1011110 | 1010101 | 0 | 0 | 11101010 | 1100100 | 110101 |
Color Harmonies of #1026FF
Complementary color
Monochromatic Colors of #1026FF
Black with #1026FF
Text Example
Text Example
White with #1026FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1026FF; }
p { color: rgb(16,38,255); }
H1.HeaderClassName
{
color: #1026FF;
}
.AnyTagClassName
{
color: #1026FF;
}
</style>
background-color css
<style>
a { background-color: #1026FF; }
a { background-color: rgb(16,38,255); }
div.DivClassName
{
background-color: #1026FF;
}
.BgClassName
{
background-color: #1026FF;
}
</style>
border-color css
<style>
span { border-color: #1026FF; }
span { border-color: rgb(16,38,255); }
td.TdClassName
{
border-color: #1026FF;
}
.TagClassName
{
border-color: #1026FF;
}
</style>