Shades of Blue #2616FC
Tints of Blue #2616FC
RGB
CMYK
RGB Variations
Color information
#2616FC (or 0x2616FC) is known color: Blue. HEX triplet: 26, 16 and FC. RGB value is (38,22,252). Sum of RGB (Red+Green+Blue) = 38+22+252=312 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.18% from 312); Green value is 22 (8.98% from 255 or 7.05% from 312); Blue value is 252 (98.83% from 255 or 80.77% from 312); Max value from RGB is 252 - color contains mainly: blue. Hex color #2616FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2616FC is #D9E903. Grayscale: #343434. Windows color (decimal): -14280964 or 16520742. OLE color: 16520742.
HSL color Cylindrical-coordinate representation of color #2616FC: hue angle of 244.17º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2616FC is Cyan = 0.85, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 38 | 22 | 252 | - |
| CMYK | 0.85 | 0.91 | 0 | 0.01 |
| HSL | 244.17º | 0.97% | 0.54% | - |
| HSV(B) | 244.17º | 0.91% | 0.99% | - |
| XYZ | 18.66 | 8.01 | 92.66 | - |
| YUV | 53 | 240.3 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 22 | 252 | 0.85 | 0.91 | 0 | 0.01 | 244.17 | 0.97 | 0.54 |
| Hex | 26 | 16 | FC | 55 | 5B | 0 | 1 | F4 | 61 | 36 |
| Octal | 46 | 26 | 374 | 125 | 133 | 0 | 1 | 364 | 141 | 66 |
| Binary | 100110 | 10110 | 11111100 | 1010101 | 1011011 | 0 | 1 | 11110100 | 1100001 | 110110 |
Color Harmonies of #2616FC
Complementary color
Monochromatic Colors of #2616FC
Black with #2616FC
Text Example
Text Example
White with #2616FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2616FC; }
p { color: rgb(38,22,252); }
H1.HeaderClassName
{
color: #2616FC;
}
.AnyTagClassName
{
color: #2616FC;
}
</style>
background-color css
<style>
a { background-color: #2616FC; }
a { background-color: rgb(38,22,252); }
div.DivClassName
{
background-color: #2616FC;
}
.BgClassName
{
background-color: #2616FC;
}
</style>
border-color css
<style>
span { border-color: #2616FC; }
span { border-color: rgb(38,22,252); }
td.TdClassName
{
border-color: #2616FC;
}
.TagClassName
{
border-color: #2616FC;
}
</style>