#2611F7

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

Shades of Blue #2611F7

Tints of Blue #2611F7

Color information

#2611F7 (or 0x2611F7) is unknown color: approx Blue. HEX triplet: 26, 11 and F7. RGB value is (38,17,247). Sum of RGB (Red+Green+Blue) = 38+17+247=302 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.58% from 302); Green value is 17 (7.03% from 255 or 5.63% from 302); Blue value is 247 (96.88% from 255 or 81.79% from 302); Max value from RGB is 247 - color contains mainly: blue. Hex color #2611F7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2611F7 is #D9EE08. Grayscale: #303030. Windows color (decimal): -14282249 or 16191782. OLE color: 16191782.

HSL color Cylindrical-coordinate representation of color #2611F7: hue angle of 245.48º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2611F7 is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB3817247-
CMYK0.850.9300.03
HSL245.48º93.5%51.76%-
HSV(B)245.48º93.12%96.86%-
XYZ17.797.5388.51-
YUV49.5239.46119.8-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.58%
GREEN value IS 17 (7.03% from 255) = 5.63%
BLUE value IS 247 (96.88% from 255) = 81.79%
R=12.58%
G=5.63%
B=81.79%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal38172470.850.9300.03245.4893.551.76
Hex2611F7555D03f55d34
Octal46213671251350336513564
Binary100110100011111011110101011011101011111101011011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2611F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2611F7; }

 p { color: rgb(38,17,247); }

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

<style>
 a { background-color: #2611F7; }

 a { background-color: rgb(38,17,247); }

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

<style>
 span { border-color: #2611F7; }

 span { border-color: rgb(38,17,247); }

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