#2516F6

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

Shades of Blue #2516F6

Tints of Blue #2516F6

Color information

#2516F6 (or 0x2516F6) is unknown color: approx Blue. HEX triplet: 25, 16 and F6. RGB value is (37,22,246). Sum of RGB (Red+Green+Blue) = 37+22+246=305 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.13% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 246 (96.48% from 255 or 80.66% from 305); Max value from RGB is 246 - color contains mainly: blue. Hex color #2516F6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2516F6 is #DAE909. Grayscale: #333333. Windows color (decimal): -14346506 or 16127525. OLE color: 16127525.

HSL color Cylindrical-coordinate representation of color #2516F6: hue angle of 244.02º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2516F6 is Cyan = 0.85, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB3722246-
CMYK0.850.9100.04
HSL244.02º92.56%52.55%-
HSV(B)244.02º91.06%96.47%-
XYZ17.687.6287.73-
YUV52.02237.47117.29-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.13%
GREEN value IS 22 (8.98% from 255) = 7.21%
BLUE value IS 246 (96.48% from 255) = 80.66%
R=12.13%
G=7.21%
B=80.66%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal37222460.850.9100.04244.0292.5652.55
Hex2516F6555B04f45d35
Octal45263661251330436413565
Binary1001011011011110110101010110110110100111101001011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2516F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2516F6; }

 p { color: rgb(37,22,246); }

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

<style>
 a { background-color: #2516F6; }

 a { background-color: rgb(37,22,246); }

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

<style>
 span { border-color: #2516F6; }

 span { border-color: rgb(37,22,246); }

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