#2610FD

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

Shades of Blue #2610FD

Tints of Blue #2610FD

Color information

#2610FD (or 0x2610FD) is unknown color: approx Blue. HEX triplet: 26, 10 and FD. RGB value is (38,16,253). Sum of RGB (Red+Green+Blue) = 38+16+253=307 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.38% from 307); Green value is 16 (6.64% from 255 or 5.21% from 307); Blue value is 253 (99.22% from 255 or 82.41% from 307); Max value from RGB is 253 - color contains mainly: blue. Hex color #2610FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2610FD is #D9EF02. Grayscale: #303030. Windows color (decimal): -14282499 or 16584742. OLE color: 16584742.

HSL color Cylindrical-coordinate representation of color #2610FD: hue angle of 245.57º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2610FD is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB3816253-
CMYK0.850.9400.01
HSL245.57º98.34%52.75%-
HSV(B)245.57º93.68%99.22%-
XYZ18.717.8793.46-
YUV49.6242.79119.73-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.38%
GREEN value IS 16 (6.64% from 255) = 5.21%
BLUE value IS 253 (99.22% from 255) = 82.41%
R=12.38%
G=5.21%
B=82.41%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal38162530.850.9400.01245.5798.3452.75
Hex2610FD555E01f66235
Octal46203751251360136614265
Binary10011010000111111011010101101111001111101101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2610FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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