#457ADE

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

Shades of Royal Blue #457ADE

Tints of Royal Blue #457ADE

Color information

#457ADE (or 0x457ADE) is unknown color: approx Royal Blue. HEX triplet: 45, 7A and DE. RGB value is (69,122,222). Sum of RGB (Red+Green+Blue) = 69+122+222=413 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.71% from 413); Green value is 122 (48.05% from 255 or 29.54% from 413); Blue value is 222 (87.11% from 255 or 53.75% from 413); Max value from RGB is 222 - color contains mainly: blue. Hex color #457ADE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457ADE is #BA8521. Grayscale: #757575. Windows color (decimal): -12223778 or 14580293. OLE color: 14580293.

HSL color Cylindrical-coordinate representation of color #457ADE: hue angle of 219.22º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #457ADE is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB69122222-
CMYK0.690.4500.13
HSL219.22º69.86%57.06%-
HSV(B)219.22º68.92%87.06%-
XYZ22.620.4671.86-
YUV117.55186.9493.37-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.71%
GREEN value IS 122 (48.05% from 255) = 29.54%
BLUE value IS 222 (87.11% from 255) = 53.75%
R=16.71%
G=29.54%
B=53.75%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal691222220.690.4500.13219.2269.8657.06
Hex457ADE452D0Ddb4639
Octal1051723361055501533310671
Binary1000101111101011011110100010110110101101110110111000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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