#2560F7

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

Shades of Royal Blue #2560F7

Tints of Royal Blue #2560F7

Color information

#2560F7 (or 0x2560F7) is unknown color: approx Royal Blue. HEX triplet: 25, 60 and F7. RGB value is (37,96,247). Sum of RGB (Red+Green+Blue) = 37+96+247=380 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.74% from 380); Green value is 96 (37.89% from 255 or 25.26% from 380); Blue value is 247 (96.88% from 255 or 65% from 380); Max value from RGB is 247 - color contains mainly: blue. Hex color #2560F7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2560F7 is #DA9F08. Grayscale: #5E5E5E. Windows color (decimal): -14327561 or 16212005. OLE color: 16212005.

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

Color convert

RGB3796247-
CMYK0.850.6100.03
HSL223.14º92.92%55.69%-
HSV(B)223.14º85.02%96.86%-
XYZ21.7315.4789.84-
YUV95.57213.4586.22-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.74%
GREEN value IS 96 (37.89% from 255) = 25.26%
BLUE value IS 247 (96.88% from 255) = 65%
R=9.74%
G=25.26%
B=65%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal37962470.850.6100.03223.1492.9255.69
Hex2560F7553D03df5d38
Octal45140367125750333713570
Binary1001011100000111101111010101111101011110111111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2560F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,96,247); }

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

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

 a { background-color: rgb(37,96,247); }

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

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

 span { border-color: rgb(37,96,247); }

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