#457CF7

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

Shades of Royal Blue #457CF7

Tints of Royal Blue #457CF7

Color information

#457CF7 (or 0x457CF7) is unknown color: approx Royal Blue. HEX triplet: 45, 7C and F7. RGB value is (69,124,247). Sum of RGB (Red+Green+Blue) = 69+124+247=440 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.68% from 440); Green value is 124 (48.83% from 255 or 28.18% from 440); Blue value is 247 (96.88% from 255 or 56.14% from 440); Max value from RGB is 247 - color contains mainly: blue. Hex color #457CF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #457CF7 is #BA8308. Grayscale: #797979. Windows color (decimal): -12223241 or 16219205. OLE color: 16219205.

HSL color Cylindrical-coordinate representation of color #457CF7: hue angle of 221.46º 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 #457CF7 is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB69124247-
CMYK0.720.5000.03
HSL221.46º91.75%61.96%-
HSV(B)221.46º72.06%96.86%-
XYZ26.4522.490.92-
YUV121.58198.7890.5-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 15.68%
GREEN value IS 124 (48.83% from 255) = 28.18%
BLUE value IS 247 (96.88% from 255) = 56.14%
R=15.68%
G=28.18%
B=56.14%

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
Decimal691242470.720.5000.03221.4691.7561.96
Hex457CF7483203dd5c3e
Octal105174367110620333513476
Binary10001011111100111101111001000110010011110111011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457CF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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