#457DD7

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

Shades of Royal Blue #457DD7

Tints of Royal Blue #457DD7

Color information

#457DD7 (or 0x457DD7) is unknown color: approx Royal Blue. HEX triplet: 45, 7D and D7. RGB value is (69,125,215). Sum of RGB (Red+Green+Blue) = 69+125+215=409 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.87% from 409); Green value is 125 (49.22% from 255 or 30.56% from 409); Blue value is 215 (84.38% from 255 or 52.57% from 409); Max value from RGB is 215 - color contains mainly: blue. Hex color #457DD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457DD7 is #BA8228. Grayscale: #767676. Windows color (decimal): -12223017 or 14122309. OLE color: 14122309.

HSL color Cylindrical-coordinate representation of color #457DD7: hue angle of 216.99º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #457DD7 is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB69125215-
CMYK0.680.4200.16
HSL216.99º64.6%55.69%-
HSV(B)216.99º67.91%84.31%-
XYZ22.0520.8467.15-
YUV118.52182.4592.68-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.87%
GREEN value IS 125 (49.22% from 255) = 30.56%
BLUE value IS 215 (84.38% from 255) = 52.57%
R=16.87%
G=30.56%
B=52.57%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal691252150.680.4200.16216.9964.655.69
Hex457DD7442A010d94138
Octal1051753271045202033110170
Binary10001011111101110101111000100101010010000110110011000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,125,215); }

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

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

 a { background-color: rgb(69,125,215); }

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

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

 span { border-color: rgb(69,125,215); }

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