#2557EC

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

Shades of Royal Blue #2557EC

Tints of Royal Blue #2557EC

Color information

#2557EC (or 0x2557EC) is unknown color: approx Royal Blue. HEX triplet: 25, 57 and EC. RGB value is (37,87,236). Sum of RGB (Red+Green+Blue) = 37+87+236=360 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.28% from 360); Green value is 87 (34.38% from 255 or 24.17% from 360); Blue value is 236 (92.58% from 255 or 65.56% from 360); Max value from RGB is 236 - color contains mainly: blue. Hex color #2557EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2557EC is #DAA813. Grayscale: #585858. Windows color (decimal): -14329876 or 15488805. OLE color: 15488805.

HSL color Cylindrical-coordinate representation of color #2557EC: hue angle of 224.92º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2557EC is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB3787236-
CMYK0.840.6300.07
HSL224.92º83.97%53.53%-
HSV(B)224.92º84.32%92.55%-
XYZ19.3113.2780.9-
YUV89.04210.9490.88-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.28%
GREEN value IS 87 (34.38% from 255) = 24.17%
BLUE value IS 236 (92.58% from 255) = 65.56%
R=10.28%
G=24.17%
B=65.56%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal37872360.840.6300.07224.9283.9753.53
Hex2557EC543F07e15436
Octal45127354124770734112466
Binary10010110101111110110010101001111110111111000011010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2557EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2557EC; }

 p { color: rgb(37,87,236); }

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

<style>
 a { background-color: #2557EC; }

 a { background-color: rgb(37,87,236); }

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

<style>
 span { border-color: #2557EC; }

 span { border-color: rgb(37,87,236); }

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