#2610F1

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

Shades of Blue #2610F1

Tints of Blue #2610F1

Color information

#2610F1 (or 0x2610F1) is unknown color: approx Blue. HEX triplet: 26, 10 and F1. RGB value is (38,16,241). Sum of RGB (Red+Green+Blue) = 38+16+241=295 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.88% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 241 (94.53% from 255 or 81.69% from 295); Max value from RGB is 241 - color contains mainly: blue. Hex color #2610F1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2610F1 is #D9EF0E. Grayscale: #2F2F2F. Windows color (decimal): -14282511 or 15798310. OLE color: 15798310.

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

Color convert

RGB3816241-
CMYK0.840.9300.05
HSL245.87º88.93%50.39%-
HSV(B)245.87º93.36%94.51%-
XYZ16.867.1383.71-
YUV48.23236.79120.7-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.88%
GREEN value IS 16 (6.64% from 255) = 5.42%
BLUE value IS 241 (94.53% from 255) = 81.69%
R=12.88%
G=5.42%
B=81.69%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal38162410.840.9300.05245.8788.9350.39
Hex2610F1545D05f65932
Octal46203611241350536613162
Binary1001101000011110001101010010111010101111101101011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2610F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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