#457AE8

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

Shades of Royal Blue #457AE8

Tints of Royal Blue #457AE8

Color information

#457AE8 (or 0x457AE8) is unknown color: approx Royal Blue. HEX triplet: 45, 7A and E8. RGB value is (69,122,232). Sum of RGB (Red+Green+Blue) = 69+122+232=423 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.31% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 232 (91.02% from 255 or 54.85% from 423); Max value from RGB is 232 - color contains mainly: blue. Hex color #457AE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #457AE8 is #BA8517. Grayscale: #767676. Windows color (decimal): -12223768 or 15235653. OLE color: 15235653.

HSL color Cylindrical-coordinate representation of color #457AE8: hue angle of 220.49º degrees, saturation: 0.78, 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 #457AE8 is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB69122232-
CMYK0.700.4700.09
HSL220.49º77.99%59.02%-
HSV(B)220.49º70.26%90.98%-
XYZ23.9821.0179.14-
YUV118.69191.9492.56-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.31%
GREEN value IS 122 (48.05% from 255) = 28.84%
BLUE value IS 232 (91.02% from 255) = 54.85%
R=16.31%
G=28.84%
B=54.85%

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
Decimal691222320.700.4700.09220.4977.9959.02
Hex457AE8462F09dc4e3b
Octal1051723501065701133411673
Binary1000101111101011101000100011010111101001110111001001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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