Shades of Blue #2616F0
Tints of Blue #2616F0
RGB
CMYK
RGB Variations
Color information
#2616F0 (or 0x2616F0) is known color: Blue. HEX triplet: 26, 16 and F0. RGB value is (38,22,240). Sum of RGB (Red+Green+Blue) = 38+22+240=300 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.67% from 300); Green value is 22 (8.98% from 255 or 7.33% from 300); Blue value is 240 (94.14% from 255 or 80% from 300); Max value from RGB is 240 - color contains mainly: blue. Hex color #2616F0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2616F0 is #D9E90F. Grayscale: #323232. Windows color (decimal): -14280976 or 15734310. OLE color: 15734310.
HSL color Cylindrical-coordinate representation of color #2616F0: hue angle of 244.4º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2616F0 is Cyan = 0.84, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 38 | 22 | 240 | - |
| CMYK | 0.84 | 0.91 | 0 | 0.06 |
| HSL | 244.4º | 0.88% | 0.51% | - |
| HSV(B) | 244.4º | 0.91% | 0.94% | - |
| XYZ | 16.81 | 7.28 | 82.96 | - |
| YUV | 51.64 | 234.3 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 22 | 240 | 0.84 | 0.91 | 0 | 0.06 | 244.4 | 0.88 | 0.51 |
| Hex | 26 | 16 | F0 | 54 | 5B | 0 | 6 | F4 | 58 | 33 |
| Octal | 46 | 26 | 360 | 124 | 133 | 0 | 6 | 364 | 130 | 63 |
| Binary | 100110 | 10110 | 11110000 | 1010100 | 1011011 | 0 | 110 | 11110100 | 1011000 | 110011 |
Color Harmonies of #2616F0
Complementary color
Monochromatic Colors of #2616F0
Black with #2616F0
Text Example
Text Example
White with #2616F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2616F0; }
p { color: rgb(38,22,240); }
H1.HeaderClassName
{
color: #2616F0;
}
.AnyTagClassName
{
color: #2616F0;
}
</style>
background-color css
<style>
a { background-color: #2616F0; }
a { background-color: rgb(38,22,240); }
div.DivClassName
{
background-color: #2616F0;
}
.BgClassName
{
background-color: #2616F0;
}
</style>
border-color css
<style>
span { border-color: #2616F0; }
span { border-color: rgb(38,22,240); }
td.TdClassName
{
border-color: #2616F0;
}
.TagClassName
{
border-color: #2616F0;
}
</style>