#2557F6

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

Shades of Royal Blue #2557F6

Tints of Royal Blue #2557F6

Color information

#2557F6 (or 0x2557F6) is unknown color: approx Royal Blue. HEX triplet: 25, 57 and F6. RGB value is (37,87,246). Sum of RGB (Red+Green+Blue) = 37+87+246=370 (49% of max value = 765). Red value is 37 (14.84% from 255 or 10% from 370); Green value is 87 (34.38% from 255 or 23.51% from 370); Blue value is 246 (96.48% from 255 or 66.49% from 370); Max value from RGB is 246 - color contains mainly: blue. Hex color #2557F6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2557F6 is #DAA809. Grayscale: #595959. Windows color (decimal): -14329866 or 16144165. OLE color: 16144165.

HSL color Cylindrical-coordinate representation of color #2557F6: hue angle of 225.65º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2557F6 is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB3787246-
CMYK0.850.6500.04
HSL225.65º92.07%55.49%-
HSV(B)225.65º84.96%96.47%-
XYZ20.8113.8688.77-
YUV90.18215.9490.07-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10%
GREEN value IS 87 (34.38% from 255) = 23.51%
BLUE value IS 246 (96.48% from 255) = 66.49%
R=10%
G=23.51%
B=66.49%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal37872460.850.6500.04225.6592.0755.49
Hex2557F6554104e25c37
Octal451273661251010434213467
Binary100101101011111110110101010110000010100111000101011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2557F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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