#457AD1

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

Shades of Royal Blue #457AD1

Tints of Royal Blue #457AD1

Color information

#457AD1 (or 0x457AD1) is unknown color: approx Royal Blue. HEX triplet: 45, 7A and D1. RGB value is (69,122,209). Sum of RGB (Red+Green+Blue) = 69+122+209=400 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.25% from 400); Green value is 122 (48.05% from 255 or 30.5% from 400); Blue value is 209 (82.03% from 255 or 52.25% from 400); Max value from RGB is 209 - color contains mainly: blue. Hex color #457AD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457AD1 is #BA852E. Grayscale: #737373. Windows color (decimal): -12223791 or 13728325. OLE color: 13728325.

HSL color Cylindrical-coordinate representation of color #457AD1: hue angle of 217.29º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #457AD1 is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB69122209-
CMYK0.670.4200.18
HSL217.29º60.34%54.51%-
HSV(B)217.29º66.99%81.96%-
XYZ20.9219.7963.04-
YUV116.07180.4494.43-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.25%
GREEN value IS 122 (48.05% from 255) = 30.5%
BLUE value IS 209 (82.03% from 255) = 52.25%
R=17.25%
G=30.5%
B=52.25%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal691222090.670.4200.18217.2960.3454.51
Hex457AD1432A012d93c37
Octal105172321103520223317467
Binary1000101111101011010001100001110101001001011011001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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