#457BF7

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

Shades of Royal Blue #457BF7

Tints of Royal Blue #457BF7

Color information

#457BF7 (or 0x457BF7) is unknown color: approx Royal Blue. HEX triplet: 45, 7B and F7. RGB value is (69,123,247). Sum of RGB (Red+Green+Blue) = 69+123+247=439 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.72% from 439); Green value is 123 (48.44% from 255 or 28.02% from 439); Blue value is 247 (96.88% from 255 or 56.26% from 439); Max value from RGB is 247 - color contains mainly: blue. Hex color #457BF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #457BF7 is #BA8408. Grayscale: #787878. Windows color (decimal): -12223497 or 16218949. OLE color: 16218949.

HSL color Cylindrical-coordinate representation of color #457BF7: hue angle of 221.8º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #457BF7 is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB69123247-
CMYK0.720.5000.03
HSL221.8º91.75%61.96%-
HSV(B)221.8º72.06%96.86%-
XYZ26.3322.1590.88-
YUV120.99199.1190.92-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 15.72%
GREEN value IS 123 (48.44% from 255) = 28.02%
BLUE value IS 247 (96.88% from 255) = 56.26%
R=15.72%
G=28.02%
B=56.26%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal691232470.720.5000.03221.891.7561.96
Hex457BF7483203de5c3e
Octal105173367110620333613476
Binary10001011111011111101111001000110010011110111101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457BF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,123,247); }

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

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

 a { background-color: rgb(69,123,247); }

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

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

 span { border-color: rgb(69,123,247); }

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