Shades of Blue #2610FC
Tints of Blue #2610FC
RGB
CMYK
RGB Variations
Color information
#2610FC (or 0x2610FC) is known color: Blue. HEX triplet: 26, 10 and FC. RGB value is (38,16,252). Sum of RGB (Red+Green+Blue) = 38+16+252=306 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.42% from 306); Green value is 16 (6.64% from 255 or 5.23% from 306); Blue value is 252 (98.83% from 255 or 82.35% from 306); Max value from RGB is 252 - color contains mainly: blue. Hex color #2610FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2610FC is #D9EF03. Grayscale: #303030. Windows color (decimal): -14282500 or 16519206. OLE color: 16519206.
HSL color Cylindrical-coordinate representation of color #2610FC: hue angle of 245.59º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2610FC is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 38 | 16 | 252 | - |
| CMYK | 0.85 | 0.94 | 0 | 0.01 |
| HSL | 245.59º | 0.98% | 0.53% | - |
| HSV(B) | 245.59º | 0.94% | 0.99% | - |
| XYZ | 18.56 | 7.81 | 92.63 | - |
| YUV | 49.48 | 242.29 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 16 | 252 | 0.85 | 0.94 | 0 | 0.01 | 245.59 | 0.98 | 0.53 |
| Hex | 26 | 10 | FC | 55 | 5E | 0 | 1 | F6 | 62 | 35 |
| Octal | 46 | 20 | 374 | 125 | 136 | 0 | 1 | 366 | 142 | 65 |
| Binary | 100110 | 10000 | 11111100 | 1010101 | 1011110 | 0 | 1 | 11110110 | 1100010 | 110101 |
Color Harmonies of #2610FC
Complementary color
Monochromatic Colors of #2610FC
Black with #2610FC
Text Example
Text Example
White with #2610FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2610FC; }
p { color: rgb(38,16,252); }
H1.HeaderClassName
{
color: #2610FC;
}
.AnyTagClassName
{
color: #2610FC;
}
</style>
background-color css
<style>
a { background-color: #2610FC; }
a { background-color: rgb(38,16,252); }
div.DivClassName
{
background-color: #2610FC;
}
.BgClassName
{
background-color: #2610FC;
}
</style>
border-color css
<style>
span { border-color: #2610FC; }
span { border-color: rgb(38,16,252); }
td.TdClassName
{
border-color: #2610FC;
}
.TagClassName
{
border-color: #2610FC;
}
</style>