#2572E9

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

Shades of Royal Blue #2572E9

Tints of Royal Blue #2572E9

Color information

#2572E9 (or 0x2572E9) is unknown color: approx Royal Blue. HEX triplet: 25, 72 and E9. RGB value is (37,114,233). Sum of RGB (Red+Green+Blue) = 37+114+233=384 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.64% from 384); Green value is 114 (44.92% from 255 or 29.69% from 384); Blue value is 233 (91.41% from 255 or 60.68% from 384); Max value from RGB is 233 - color contains mainly: blue. Hex color #2572E9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2572E9 is #DA8D16. Grayscale: #676767. Windows color (decimal): -14322967 or 15299109. OLE color: 15299109.

HSL color Cylindrical-coordinate representation of color #2572E9: hue angle of 216.43º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2572E9 is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB37114233-
CMYK0.840.5100.09
HSL216.43º81.67%52.94%-
HSV(B)216.43º84.12%91.37%-
XYZ21.4918.3179.49-
YUV104.54200.4979.82-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.64%
GREEN value IS 114 (44.92% from 255) = 29.69%
BLUE value IS 233 (91.41% from 255) = 60.68%
R=9.64%
G=29.69%
B=60.68%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal371142330.840.5100.09216.4381.6752.94
Hex2572E9543309d85235
Octal451623511246301133012265
Binary100101111001011101001101010011001101001110110001010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2572E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2572E9; }

 p { color: rgb(37,114,233); }

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

<style>
 a { background-color: #2572E9; }

 a { background-color: rgb(37,114,233); }

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

<style>
 span { border-color: #2572E9; }

 span { border-color: rgb(37,114,233); }

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