Shades of Blue #2616F9
Tints of Blue #2616F9
RGB
CMYK
RGB Variations
Color information
#2616F9 (or 0x2616F9) is known color: Blue. HEX triplet: 26, 16 and F9. RGB value is (38,22,249). Sum of RGB (Red+Green+Blue) = 38+22+249=309 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.30% from 309); Green value is 22 (8.98% from 255 or 7.12% from 309); Blue value is 249 (97.66% from 255 or 80.58% from 309); Max value from RGB is 249 - color contains mainly: blue. Hex color #2616F9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2616F9 is #D9E906. Grayscale: #333333. Windows color (decimal): -14280967 or 16324134. OLE color: 16324134.
HSL color Cylindrical-coordinate representation of color #2616F9: hue angle of 244.23º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2616F9 is Cyan = 0.85, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 22 | 249 | - |
| CMYK | 0.85 | 0.91 | 0 | 0.02 |
| HSL | 244.23º | 0.95% | 0.53% | - |
| HSV(B) | 244.23º | 0.91% | 0.98% | - |
| XYZ | 18.19 | 7.83 | 90.17 | - |
| YUV | 52.66 | 238.8 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 22 | 249 | 0.85 | 0.91 | 0 | 0.02 | 244.23 | 0.95 | 0.53 |
| Hex | 26 | 16 | F9 | 55 | 5B | 0 | 2 | F4 | 5F | 35 |
| Octal | 46 | 26 | 371 | 125 | 133 | 0 | 2 | 364 | 137 | 65 |
| Binary | 100110 | 10110 | 11111001 | 1010101 | 1011011 | 0 | 10 | 11110100 | 1011111 | 110101 |
Color Harmonies of #2616F9
Complementary color
Monochromatic Colors of #2616F9
Black with #2616F9
Text Example
Text Example
White with #2616F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2616F9; }
p { color: rgb(38,22,249); }
H1.HeaderClassName
{
color: #2616F9;
}
.AnyTagClassName
{
color: #2616F9;
}
</style>
background-color css
<style>
a { background-color: #2616F9; }
a { background-color: rgb(38,22,249); }
div.DivClassName
{
background-color: #2616F9;
}
.BgClassName
{
background-color: #2616F9;
}
</style>
border-color css
<style>
span { border-color: #2616F9; }
span { border-color: rgb(38,22,249); }
td.TdClassName
{
border-color: #2616F9;
}
.TagClassName
{
border-color: #2616F9;
}
</style>