Shades of Blue #2610FB
Tints of Blue #2610FB
RGB
CMYK
RGB Variations
Color information
#2610FB (or 0x2610FB) is known color: Blue. HEX triplet: 26, 10 and FB. RGB value is (38,16,251). Sum of RGB (Red+Green+Blue) = 38+16+251=305 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.46% from 305); Green value is 16 (6.64% from 255 or 5.25% from 305); Blue value is 251 (98.44% from 255 or 82.30% from 305); Max value from RGB is 251 - color contains mainly: blue. Hex color #2610FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2610FB is #D9EF04. Grayscale: #303030. Windows color (decimal): -14282501 or 16453670. OLE color: 16453670.
HSL color Cylindrical-coordinate representation of color #2610FB: hue angle of 245.62º degrees, saturation: 0.97, 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 #2610FB is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 16 | 251 | - |
| CMYK | 0.85 | 0.94 | 0 | 0.02 |
| HSL | 245.62º | 0.97% | 0.52% | - |
| HSV(B) | 245.62º | 0.94% | 0.98% | - |
| XYZ | 18.4 | 7.75 | 91.79 | - |
| YUV | 49.37 | 241.79 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 16 | 251 | 0.85 | 0.94 | 0 | 0.02 | 245.62 | 0.97 | 0.52 |
| Hex | 26 | 10 | FB | 55 | 5E | 0 | 2 | F6 | 61 | 34 |
| Octal | 46 | 20 | 373 | 125 | 136 | 0 | 2 | 366 | 141 | 64 |
| Binary | 100110 | 10000 | 11111011 | 1010101 | 1011110 | 0 | 10 | 11110110 | 1100001 | 110100 |
Color Harmonies of #2610FB
Complementary color
Monochromatic Colors of #2610FB
Black with #2610FB
Text Example
Text Example
White with #2610FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2610FB; }
p { color: rgb(38,16,251); }
H1.HeaderClassName
{
color: #2610FB;
}
.AnyTagClassName
{
color: #2610FB;
}
</style>
background-color css
<style>
a { background-color: #2610FB; }
a { background-color: rgb(38,16,251); }
div.DivClassName
{
background-color: #2610FB;
}
.BgClassName
{
background-color: #2610FB;
}
</style>
border-color css
<style>
span { border-color: #2610FB; }
span { border-color: rgb(38,16,251); }
td.TdClassName
{
border-color: #2610FB;
}
.TagClassName
{
border-color: #2610FB;
}
</style>