#2564D8

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

Shades of Royal Blue #2564D8

Tints of Royal Blue #2564D8

Color information

#2564D8 (or 0x2564D8) is unknown color: approx Royal Blue. HEX triplet: 25, 64 and D8. RGB value is (37,100,216). Sum of RGB (Red+Green+Blue) = 37+100+216=353 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.48% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 216 (84.77% from 255 or 61.19% from 353); Max value from RGB is 216 - color contains mainly: blue. Hex color #2564D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2564D8 is #DA9B27. Grayscale: #5D5D5D. Windows color (decimal): -14326568 or 14181413. OLE color: 14181413.

HSL color Cylindrical-coordinate representation of color #2564D8: hue angle of 218.88º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2564D8 is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB37100216-
CMYK0.830.5400.15
HSL218.88º70.75%49.61%-
HSV(B)218.88º82.87%84.71%-
XYZ17.7114.4766.82-
YUV94.39196.6387.07-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.48%
GREEN value IS 100 (39.45% from 255) = 28.33%
BLUE value IS 216 (84.77% from 255) = 61.19%
R=10.48%
G=28.33%
B=61.19%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal371002160.830.5400.15218.8870.7549.61
Hex2564D853360Fdb4732
Octal451443301236601733310762
Binary100101110010011011000101001111011001111110110111000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2564D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2564D8; }

 p { color: rgb(37,100,216); }

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

<style>
 a { background-color: #2564D8; }

 a { background-color: rgb(37,100,216); }

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

<style>
 span { border-color: #2564D8; }

 span { border-color: rgb(37,100,216); }

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