Shades of Medium Blue #260ACF
Tints of Medium Blue #260ACF
RGB
CMYK
RGB Variations
Color information
#260ACF (or 0x260ACF) is known color: Medium Blue. HEX triplet: 26, 0A and CF. RGB value is (38,10,207). Sum of RGB (Red+Green+Blue) = 38+10+207=255 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.90% from 255); Green value is 10 (4.30% from 255 or 3.92% from 255); Blue value is 207 (81.25% from 255 or 81.18% from 255); Max value from RGB is 207 - color contains mainly: blue. Hex color #260ACF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #260ACF is #D9F530. Grayscale: #282828. Windows color (decimal): -14284081 or 13568550. OLE color: 13568550.
HSL color Cylindrical-coordinate representation of color #260ACF: hue angle of 248.53º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #260ACF is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 10 | 207 | - |
| CMYK | 0.82 | 0.95 | 0 | 0.19 |
| HSL | 248.53º | 0.91% | 0.43% | - |
| HSV(B) | 248.53º | 0.95% | 0.81% | - |
| XYZ | 12.17 | 5.13 | 59.38 | - |
| YUV | 40.83 | 221.78 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 10 | 207 | 0.82 | 0.95 | 0 | 0.19 | 248.53 | 0.91 | 0.43 |
| Hex | 26 | A | CF | 52 | 5F | 0 | 13 | F9 | 5B | 2B |
| Octal | 46 | 12 | 317 | 122 | 137 | 0 | 23 | 371 | 133 | 53 |
| Binary | 100110 | 1010 | 11001111 | 1010010 | 1011111 | 0 | 10011 | 11111001 | 1011011 | 101011 |
Color Harmonies of #260ACF
Complementary color
Monochromatic Colors of #260ACF
Black with #260ACF
Text Example
Text Example
White with #260ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260ACF; }
p { color: rgb(38,10,207); }
H1.HeaderClassName
{
color: #260ACF;
}
.AnyTagClassName
{
color: #260ACF;
}
</style>
background-color css
<style>
a { background-color: #260ACF; }
a { background-color: rgb(38,10,207); }
div.DivClassName
{
background-color: #260ACF;
}
.BgClassName
{
background-color: #260ACF;
}
</style>
border-color css
<style>
span { border-color: #260ACF; }
span { border-color: rgb(38,10,207); }
td.TdClassName
{
border-color: #260ACF;
}
.TagClassName
{
border-color: #260ACF;
}
</style>