Shades of Blue #260FEA
Tints of Blue #260FEA
RGB
CMYK
RGB Variations
Color information
#260FEA (or 0x260FEA) is known color: Blue. HEX triplet: 26, 0F and EA. RGB value is (38,15,234). Sum of RGB (Red+Green+Blue) = 38+15+234=287 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.24% from 287); Green value is 15 (6.25% from 255 or 5.23% from 287); Blue value is 234 (91.80% from 255 or 81.53% from 287); Max value from RGB is 234 - color contains mainly: blue. Hex color #260FEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #260FEA is #D9F015. Grayscale: #2D2D2D. Windows color (decimal): -14282774 or 15339302. OLE color: 15339302.
HSL color Cylindrical-coordinate representation of color #260FEA: hue angle of 246.3º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #260FEA is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 38 | 15 | 234 | - |
| CMYK | 0.84 | 0.94 | 0 | 0.08 |
| HSL | 246.3º | 0.88% | 0.49% | - |
| HSV(B) | 246.3º | 0.94% | 0.92% | - |
| XYZ | 15.82 | 6.69 | 78.3 | - |
| YUV | 46.84 | 233.62 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 15 | 234 | 0.84 | 0.94 | 0 | 0.08 | 246.3 | 0.88 | 0.49 |
| Hex | 26 | F | EA | 54 | 5E | 0 | 8 | F6 | 58 | 31 |
| Octal | 46 | 17 | 352 | 124 | 136 | 0 | 10 | 366 | 130 | 61 |
| Binary | 100110 | 1111 | 11101010 | 1010100 | 1011110 | 0 | 1000 | 11110110 | 1011000 | 110001 |
Color Harmonies of #260FEA
Complementary color
Monochromatic Colors of #260FEA
Black with #260FEA
Text Example
Text Example
White with #260FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260FEA; }
p { color: rgb(38,15,234); }
H1.HeaderClassName
{
color: #260FEA;
}
.AnyTagClassName
{
color: #260FEA;
}
</style>
background-color css
<style>
a { background-color: #260FEA; }
a { background-color: rgb(38,15,234); }
div.DivClassName
{
background-color: #260FEA;
}
.BgClassName
{
background-color: #260FEA;
}
</style>
border-color css
<style>
span { border-color: #260FEA; }
span { border-color: rgb(38,15,234); }
td.TdClassName
{
border-color: #260FEA;
}
.TagClassName
{
border-color: #260FEA;
}
</style>