Shades of Blue #260CEA
Tints of Blue #260CEA
RGB
CMYK
RGB Variations
Color information
#260CEA (or 0x260CEA) is known color: Blue. HEX triplet: 26, 0C and EA. RGB value is (38,12,234). Sum of RGB (Red+Green+Blue) = 38+12+234=284 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.38% from 284); Green value is 12 (5.08% from 255 or 4.23% from 284); Blue value is 234 (91.80% from 255 or 82.39% from 284); Max value from RGB is 234 - color contains mainly: blue. Hex color #260CEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #260CEA is #D9F315. Grayscale: #2C2C2C. Windows color (decimal): -14283542 or 15338534. OLE color: 15338534.
HSL color Cylindrical-coordinate representation of color #260CEA: hue angle of 247.03º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #260CEA is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 38 | 12 | 234 | - |
| CMYK | 0.84 | 0.95 | 0 | 0.08 |
| HSL | 247.03º | 0.9% | 0.48% | - |
| HSV(B) | 247.03º | 0.95% | 0.92% | - |
| XYZ | 15.78 | 6.62 | 78.29 | - |
| YUV | 45.08 | 234.61 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 12 | 234 | 0.84 | 0.95 | 0 | 0.08 | 247.03 | 0.9 | 0.48 |
| Hex | 26 | C | EA | 54 | 5F | 0 | 8 | F7 | 5A | 30 |
| Octal | 46 | 14 | 352 | 124 | 137 | 0 | 10 | 367 | 132 | 60 |
| Binary | 100110 | 1100 | 11101010 | 1010100 | 1011111 | 0 | 1000 | 11110111 | 1011010 | 110000 |
Color Harmonies of #260CEA
Complementary color
Monochromatic Colors of #260CEA
Black with #260CEA
Text Example
Text Example
White with #260CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260CEA; }
p { color: rgb(38,12,234); }
H1.HeaderClassName
{
color: #260CEA;
}
.AnyTagClassName
{
color: #260CEA;
}
</style>
background-color css
<style>
a { background-color: #260CEA; }
a { background-color: rgb(38,12,234); }
div.DivClassName
{
background-color: #260CEA;
}
.BgClassName
{
background-color: #260CEA;
}
</style>
border-color css
<style>
span { border-color: #260CEA; }
span { border-color: rgb(38,12,234); }
td.TdClassName
{
border-color: #260CEA;
}
.TagClassName
{
border-color: #260CEA;
}
</style>