#2606D9

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

Shades of Medium Blue #2606D9

Tints of Medium Blue #2606D9

Color information

#2606D9 (or 0x2606D9) is unknown color: approx Medium Blue. HEX triplet: 26, 06 and D9. RGB value is (38,6,217). Sum of RGB (Red+Green+Blue) = 38+6+217=261 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.56% from 261); Green value is 6 (2.73% from 255 or 2.30% from 261); Blue value is 217 (85.16% from 255 or 83.14% from 261); Max value from RGB is 217 - color contains mainly: blue. Hex color #2606D9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2606D9 is #D9F926. Grayscale: #262626. Windows color (decimal): -14285095 or 14222886. OLE color: 14222886.

HSL color Cylindrical-coordinate representation of color #2606D9: hue angle of 249.1º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2606D9 is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB386217-
CMYK0.820.9700.15
HSL249.1º94.62%43.73%-
HSV(B)249.1º97.24%85.1%-
XYZ13.395.5566.01-
YUV39.62228.1126.84-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.56%
GREEN value IS 6 (2.73% from 255) = 2.30%
BLUE value IS 217 (85.16% from 255) = 83.14%
R=14.56%
G=2.30%
B=83.14%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal3862170.820.9700.15249.194.6243.73
Hex266D952610Ff95f2c
Octal46633112214101737113754
Binary100110110110110011010010110000101111111110011011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2606D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2606D9; }

 p { color: rgb(38,6,217); }

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

<style>
 a { background-color: #2606D9; }

 a { background-color: rgb(38,6,217); }

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

<style>
 span { border-color: #2606D9; }

 span { border-color: rgb(38,6,217); }

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