#2578DD

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

Shades of Royal Blue #2578DD

Tints of Royal Blue #2578DD

Color information

#2578DD (or 0x2578DD) is unknown color: approx Royal Blue. HEX triplet: 25, 78 and DD. RGB value is (37,120,221). Sum of RGB (Red+Green+Blue) = 37+120+221=378 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.79% from 378); Green value is 120 (47.27% from 255 or 31.75% from 378); Blue value is 221 (86.72% from 255 or 58.47% from 378); Max value from RGB is 221 - color contains mainly: blue. Hex color #2578DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2578DD is #DA8722. Grayscale: #6A6A6A. Windows color (decimal): -14321443 or 14514213. OLE color: 14514213.

HSL color Cylindrical-coordinate representation of color #2578DD: hue angle of 212.93º degrees, saturation: 0.73, 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 #2578DD is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB37120221-
CMYK0.830.4600.13
HSL212.93º73.02%50.59%-
HSV(B)212.93º83.26%86.67%-
XYZ20.5319.0571-
YUV106.7192.578.29-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.79%
GREEN value IS 120 (47.27% from 255) = 31.75%
BLUE value IS 221 (86.72% from 255) = 58.47%
R=9.79%
G=31.75%
B=58.47%

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
Decimal371202210.830.4600.13212.9373.0250.59
Hex2578DD532E0Dd54933
Octal451703351235601532511163
Binary100101111100011011101101001110111001101110101011001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2578DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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