#2578df

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

Shades of Royal Blue #2578DF

Tints of Royal Blue #2578DF

Color information

#2578DF (or 0x2578DF) is unknown color: approx Royal Blue. HEX triplet: 25, 78 and DF. RGB value is (37,120,223). Sum of RGB (Red+Green+Blue) = 37+120+223=380 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.74% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 223 (87.5% from 255 or 58.68% from 380); Max value from RGB is 223 - color contains mainly: blue. Hex color #2578DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2578DF is #DA8720. Grayscale: #6A6A6A. Windows color (decimal): -14321441 or 14645285. OLE color: 14645285.

HSL color Cylindrical-coordinate representation of color #2578DF: hue angle of 213.23º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2578DF is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB37120223-
CMYK0.830.4600.13
HSL213.23º74.4%50.98%-
HSV(B)213.23º83.41%87.45%-
XYZ20.819.1572.41-
YUV106.92193.578.12-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.74%
GREEN value IS 120 (47.27% from 255) = 31.58%
BLUE value IS 223 (87.5% from 255) = 58.68%
R=9.74%
G=31.58%
B=58.68%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal371202230.830.4600.13213.2374.450.98
Hex2578DF532E0Dd54a33
Octal451703371235601532511263
Binary100101111100011011111101001110111001101110101011001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2578df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2578df; }

 p { color: rgb(37,120,223); }

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

<style>
 a { background-color: #2578df; }

 a { background-color: rgb(37,120,223); }

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

<style>
 span { border-color: #2578df; }

 span { border-color: rgb(37,120,223); }

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