#2575DA

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

Shades of Royal Blue #2575DA

Tints of Royal Blue #2575DA

Color information

#2575DA (or 0x2575DA) is unknown color: approx Royal Blue. HEX triplet: 25, 75 and DA. RGB value is (37,117,218). Sum of RGB (Red+Green+Blue) = 37+117+218=372 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.95% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 218 (85.55% from 255 or 58.60% from 372); Max value from RGB is 218 - color contains mainly: blue. Hex color #2575DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2575DA is #DA8A25. Grayscale: #686868. Windows color (decimal): -14322214 or 14316837. OLE color: 14316837.

HSL color Cylindrical-coordinate representation of color #2575DA: hue angle of 213.48º 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 #2575DA is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB37117218-
CMYK0.830.4600.15
HSL213.48º70.98%50%-
HSV(B)213.48º83.03%85.49%-
XYZ19.7818.1868.8-
YUV104.5919279.79-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.95%
GREEN value IS 117 (46.09% from 255) = 31.45%
BLUE value IS 218 (85.55% from 255) = 58.60%
R=9.95%
G=31.45%
B=58.60%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal371172180.830.4600.15213.4870.9850
Hex2575DA532E0Fd54732
Octal451653321235601732510762
Binary100101111010111011010101001110111001111110101011000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2575DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2575DA; }

 p { color: rgb(37,117,218); }

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

<style>
 a { background-color: #2575DA; }

 a { background-color: rgb(37,117,218); }

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

<style>
 span { border-color: #2575DA; }

 span { border-color: rgb(37,117,218); }

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