Shades of Blue #260CFB
Tints of Blue #260CFB
RGB
CMYK
RGB Variations
Color information
#260CFB (or 0x260CFB) is known color: Blue. HEX triplet: 26, 0C and FB. RGB value is (38,12,251). Sum of RGB (Red+Green+Blue) = 38+12+251=301 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.62% from 301); Green value is 12 (5.08% from 255 or 3.99% from 301); Blue value is 251 (98.44% from 255 or 83.39% from 301); Max value from RGB is 251 - color contains mainly: blue. Hex color #260CFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #260CFB is #D9F304. Grayscale: #2E2E2E. Windows color (decimal): -14283525 or 16452646. OLE color: 16452646.
HSL color Cylindrical-coordinate representation of color #260CFB: hue angle of 246.53º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #260CFB is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 12 | 251 | - |
| CMYK | 0.85 | 0.95 | 0 | 0.02 |
| HSL | 246.53º | 0.97% | 0.52% | - |
| HSV(B) | 246.53º | 0.95% | 0.98% | - |
| XYZ | 18.34 | 7.64 | 91.77 | - |
| YUV | 47.02 | 243.11 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 12 | 251 | 0.85 | 0.95 | 0 | 0.02 | 246.53 | 0.97 | 0.52 |
| Hex | 26 | C | FB | 55 | 5F | 0 | 2 | F7 | 61 | 34 |
| Octal | 46 | 14 | 373 | 125 | 137 | 0 | 2 | 367 | 141 | 64 |
| Binary | 100110 | 1100 | 11111011 | 1010101 | 1011111 | 0 | 10 | 11110111 | 1100001 | 110100 |
Color Harmonies of #260CFB
Complementary color
Monochromatic Colors of #260CFB
Black with #260CFB
Text Example
Text Example
White with #260CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260CFB; }
p { color: rgb(38,12,251); }
H1.HeaderClassName
{
color: #260CFB;
}
.AnyTagClassName
{
color: #260CFB;
}
</style>
background-color css
<style>
a { background-color: #260CFB; }
a { background-color: rgb(38,12,251); }
div.DivClassName
{
background-color: #260CFB;
}
.BgClassName
{
background-color: #260CFB;
}
</style>
border-color css
<style>
span { border-color: #260CFB; }
span { border-color: rgb(38,12,251); }
td.TdClassName
{
border-color: #260CFB;
}
.TagClassName
{
border-color: #260CFB;
}
</style>