#260BD0

Color #260BD0 Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #260BD0

Tints of Medium Blue #260BD0

Color information

#260BD0 (or 0x260BD0) is unknown color: approx Medium Blue. HEX triplet: 26, 0B and D0. RGB value is (38,11,208). Sum of RGB (Red+Green+Blue) = 38+11+208=257 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.79% from 257); Green value is 11 (4.69% from 255 or 4.28% from 257); Blue value is 208 (81.64% from 255 or 80.93% from 257); Max value from RGB is 208 - color contains mainly: blue. Hex color #260BD0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #260BD0 is #D9F42F. Grayscale: #282828. Windows color (decimal): -14283824 or 13634342. OLE color: 13634342.

HSL color Cylindrical-coordinate representation of color #260BD0: hue angle of 248.22º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #260BD0 is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB3811208-
CMYK0.820.9500.18
HSL248.22º89.95%42.94%-
HSV(B)248.22º94.71%81.57%-
XYZ12.35.2160.03-
YUV41.53221.95125.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 14.79%
GREEN value IS 11 (4.69% from 255) = 4.28%
BLUE value IS 208 (81.64% from 255) = 80.93%
R=14.79%
G=4.28%
B=80.93%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal38112080.820.9500.18248.2289.9542.94
Hex26BD0525F012f85a2b
Octal461332012213702237013253
Binary10011010111101000010100101011111010010111110001011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260BD0; }

 p { color: rgb(38,11,208); }

 H1.HeaderClassName
 {
   color: #260BD0;
 }
 .AnyTagClassName
 {
   color: #260BD0;
 }
</style>
background-color css

<style>
 a { background-color: #260BD0; }

 a { background-color: rgb(38,11,208); }

 div.DivClassName
 {
   background-color: #260BD0;
 }
 .BgClassName
 {
   background-color: #260BD0;
 }
</style>
border-color css

<style>
 span { border-color: #260BD0; }

 span { border-color: rgb(38,11,208); }

 td.TdClassName
 {
   border-color: #260BD0;
 }
 .TagClassName
 {
   border-color: #260BD0;
 }
</style>