Shades of Blue #2610FA
Tints of Blue #2610FA
RGB
CMYK
RGB Variations
Color information
#2610FA (or 0x2610FA) is known color: Blue. HEX triplet: 26, 10 and FA. RGB value is (38,16,250). Sum of RGB (Red+Green+Blue) = 38+16+250=304 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.5% from 304); Green value is 16 (6.64% from 255 or 5.26% from 304); Blue value is 250 (98.05% from 255 or 82.24% from 304); Max value from RGB is 250 - color contains mainly: blue. Hex color #2610FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2610FA is #D9EF05. Grayscale: #303030. Windows color (decimal): -14282502 or 16388134. OLE color: 16388134.
HSL color Cylindrical-coordinate representation of color #2610FA: hue angle of 245.64º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2610FA is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 16 | 250 | - |
| CMYK | 0.85 | 0.94 | 0 | 0.02 |
| HSL | 245.64º | 0.96% | 0.52% | - |
| HSV(B) | 245.64º | 0.94% | 0.98% | - |
| XYZ | 18.24 | 7.68 | 90.96 | - |
| YUV | 49.25 | 241.29 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 16 | 250 | 0.85 | 0.94 | 0 | 0.02 | 245.64 | 0.96 | 0.52 |
| Hex | 26 | 10 | FA | 55 | 5E | 0 | 2 | F6 | 60 | 34 |
| Octal | 46 | 20 | 372 | 125 | 136 | 0 | 2 | 366 | 140 | 64 |
| Binary | 100110 | 10000 | 11111010 | 1010101 | 1011110 | 0 | 10 | 11110110 | 1100000 | 110100 |
Color Harmonies of #2610FA
Complementary color
Monochromatic Colors of #2610FA
Black with #2610FA
Text Example
Text Example
White with #2610FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2610FA; }
p { color: rgb(38,16,250); }
H1.HeaderClassName
{
color: #2610FA;
}
.AnyTagClassName
{
color: #2610FA;
}
</style>
background-color css
<style>
a { background-color: #2610FA; }
a { background-color: rgb(38,16,250); }
div.DivClassName
{
background-color: #2610FA;
}
.BgClassName
{
background-color: #2610FA;
}
</style>
border-color css
<style>
span { border-color: #2610FA; }
span { border-color: rgb(38,16,250); }
td.TdClassName
{
border-color: #2610FA;
}
.TagClassName
{
border-color: #2610FA;
}
</style>