#457AE7

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

Shades of Royal Blue #457AE7

Tints of Royal Blue #457AE7

Color information

#457AE7 (or 0x457AE7) is unknown color: approx Royal Blue. HEX triplet: 45, 7A and E7. RGB value is (69,122,231). Sum of RGB (Red+Green+Blue) = 69+122+231=422 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.35% from 422); Green value is 122 (48.05% from 255 or 28.91% from 422); Blue value is 231 (90.62% from 255 or 54.74% from 422); Max value from RGB is 231 - color contains mainly: blue. Hex color #457AE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #457AE7 is #BA8518. Grayscale: #767676. Windows color (decimal): -12223769 or 15170117. OLE color: 15170117.

HSL color Cylindrical-coordinate representation of color #457AE7: hue angle of 220.37º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #457AE7 is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB69122231-
CMYK0.700.4700.09
HSL220.37º77.14%58.82%-
HSV(B)220.37º70.13%90.59%-
XYZ23.8420.9578.39-
YUV118.58191.4492.64-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.35%
GREEN value IS 122 (48.05% from 255) = 28.91%
BLUE value IS 231 (90.62% from 255) = 54.74%
R=16.35%
G=28.91%
B=54.74%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal691222310.700.4700.09220.3777.1458.82
Hex457AE7462F09dc4d3b
Octal1051723471065701133411573
Binary1000101111101011100111100011010111101001110111001001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457AE7; }

 p { color: rgb(69,122,231); }

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

<style>
 a { background-color: #457AE7; }

 a { background-color: rgb(69,122,231); }

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

<style>
 span { border-color: #457AE7; }

 span { border-color: rgb(69,122,231); }

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