Shades of Blue #260CF9
Tints of Blue #260CF9
RGB
CMYK
RGB Variations
Color information
#260CF9 (or 0x260CF9) is known color: Blue. HEX triplet: 26, 0C and F9. RGB value is (38,12,249). Sum of RGB (Red+Green+Blue) = 38+12+249=299 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.71% from 299); Green value is 12 (5.08% from 255 or 4.01% from 299); Blue value is 249 (97.66% from 255 or 83.28% from 299); Max value from RGB is 249 - color contains mainly: blue. Hex color #260CF9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #260CF9 is #D9F306. Grayscale: #2D2D2D. Windows color (decimal): -14283527 or 16321574. OLE color: 16321574.
HSL color Cylindrical-coordinate representation of color #260CF9: hue angle of 246.58º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #260CF9 is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 12 | 249 | - |
| CMYK | 0.85 | 0.95 | 0 | 0.02 |
| HSL | 246.58º | 0.95% | 0.51% | - |
| HSV(B) | 246.58º | 0.95% | 0.98% | - |
| XYZ | 18.03 | 7.51 | 90.12 | - |
| YUV | 46.79 | 242.11 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 12 | 249 | 0.85 | 0.95 | 0 | 0.02 | 246.58 | 0.95 | 0.51 |
| Hex | 26 | C | F9 | 55 | 5F | 0 | 2 | F7 | 5F | 33 |
| Octal | 46 | 14 | 371 | 125 | 137 | 0 | 2 | 367 | 137 | 63 |
| Binary | 100110 | 1100 | 11111001 | 1010101 | 1011111 | 0 | 10 | 11110111 | 1011111 | 110011 |
Color Harmonies of #260CF9
Complementary color
Monochromatic Colors of #260CF9
Black with #260CF9
Text Example
Text Example
White with #260CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260CF9; }
p { color: rgb(38,12,249); }
H1.HeaderClassName
{
color: #260CF9;
}
.AnyTagClassName
{
color: #260CF9;
}
</style>
background-color css
<style>
a { background-color: #260CF9; }
a { background-color: rgb(38,12,249); }
div.DivClassName
{
background-color: #260CF9;
}
.BgClassName
{
background-color: #260CF9;
}
</style>
border-color css
<style>
span { border-color: #260CF9; }
span { border-color: rgb(38,12,249); }
td.TdClassName
{
border-color: #260CF9;
}
.TagClassName
{
border-color: #260CF9;
}
</style>