Shades of Blue #1026EF
Tints of Blue #1026EF
RGB
CMYK
RGB Variations
Color information
#1026EF (or 0x1026EF) is known color: Blue. HEX triplet: 10, 26 and EF. RGB value is (16,38,239). Sum of RGB (Red+Green+Blue) = 16+38+239=293 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.46% from 293); Green value is 38 (15.23% from 255 or 12.97% from 293); Blue value is 239 (93.75% from 255 or 81.57% from 293); Max value from RGB is 239 - color contains mainly: blue. Hex color #1026EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1026EF is #EFD910. Grayscale: #353535. Windows color (decimal): -15718673 or 15672848. OLE color: 15672848.
HSL color Cylindrical-coordinate representation of color #1026EF: hue angle of 234.08º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1026EF is Cyan = 0.93, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 38 | 239 | - |
| CMYK | 0.93 | 0.84 | 0 | 0.06 |
| HSL | 234.08º | 0.87% | 0.5% | - |
| HSV(B) | 234.08º | 0.93% | 0.94% | - |
| XYZ | 16.49 | 7.73 | 82.28 | - |
| YUV | 54.34 | 232.21 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 38 | 239 | 0.93 | 0.84 | 0 | 0.06 | 234.08 | 0.87 | 0.5 |
| Hex | 10 | 26 | EF | 5D | 54 | 0 | 6 | EA | 57 | 32 |
| Octal | 20 | 46 | 357 | 135 | 124 | 0 | 6 | 352 | 127 | 62 |
| Binary | 10000 | 100110 | 11101111 | 1011101 | 1010100 | 0 | 110 | 11101010 | 1010111 | 110010 |
Color Harmonies of #1026EF
Complementary color
Monochromatic Colors of #1026EF
Black with #1026EF
Text Example
Text Example
White with #1026EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1026EF; }
p { color: rgb(16,38,239); }
H1.HeaderClassName
{
color: #1026EF;
}
.AnyTagClassName
{
color: #1026EF;
}
</style>
background-color css
<style>
a { background-color: #1026EF; }
a { background-color: rgb(16,38,239); }
div.DivClassName
{
background-color: #1026EF;
}
.BgClassName
{
background-color: #1026EF;
}
</style>
border-color css
<style>
span { border-color: #1026EF; }
span { border-color: rgb(16,38,239); }
td.TdClassName
{
border-color: #1026EF;
}
.TagClassName
{
border-color: #1026EF;
}
</style>