#2610EF

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

Shades of Blue #2610EF

Tints of Blue #2610EF

Color information

#2610EF (or 0x2610EF) is unknown color: approx Blue. HEX triplet: 26, 10 and EF. RGB value is (38,16,239). Sum of RGB (Red+Green+Blue) = 38+16+239=293 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.97% from 293); Green value is 16 (6.64% from 255 or 5.46% from 293); Blue value is 239 (93.75% from 255 or 81.57% from 293); Max value from RGB is 239 - color contains mainly: blue. Hex color #2610EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2610EF is #D9EF10. Grayscale: #2F2F2F. Windows color (decimal): -14282513 or 15667238. OLE color: 15667238.

HSL color Cylindrical-coordinate representation of color #2610EF: hue angle of 245.92º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2610EF is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB3816239-
CMYK0.840.9300.06
HSL245.92º87.45%50%-
HSV(B)245.92º93.31%93.73%-
XYZ16.567.0182.14-
YUV48235.79120.87-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.97%
GREEN value IS 16 (6.64% from 255) = 5.46%
BLUE value IS 239 (93.75% from 255) = 81.57%
R=12.97%
G=5.46%
B=81.57%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal38162390.840.9300.06245.9287.4550
Hex2610EF545D06f65732
Octal46203571241350636612762
Binary1001101000011101111101010010111010110111101101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2610EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2610EF; }

 p { color: rgb(38,16,239); }

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

<style>
 a { background-color: #2610EF; }

 a { background-color: rgb(38,16,239); }

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

<style>
 span { border-color: #2610EF; }

 span { border-color: rgb(38,16,239); }

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