#457CDE

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

Shades of Royal Blue #457CDE

Tints of Royal Blue #457CDE

Color information

#457CDE (or 0x457CDE) is unknown color: approx Royal Blue. HEX triplet: 45, 7C and DE. RGB value is (69,124,222). Sum of RGB (Red+Green+Blue) = 69+124+222=415 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.63% from 415); Green value is 124 (48.83% from 255 or 29.88% from 415); Blue value is 222 (87.11% from 255 or 53.49% from 415); Max value from RGB is 222 - color contains mainly: blue. Hex color #457CDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457CDE is #BA8321. Grayscale: #767676. Windows color (decimal): -12223266 or 14580805. OLE color: 14580805.

HSL color Cylindrical-coordinate representation of color #457CDE: hue angle of 218.43º 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 #457CDE is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB69124222-
CMYK0.690.4400.13
HSL218.43º69.86%57.06%-
HSV(B)218.43º68.92%87.06%-
XYZ22.8520.9571.95-
YUV118.73186.2892.53-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.63%
GREEN value IS 124 (48.83% from 255) = 29.88%
BLUE value IS 222 (87.11% from 255) = 53.49%
R=16.63%
G=29.88%
B=53.49%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal691242220.690.4400.13218.4369.8657.06
Hex457CDE452C0Dda4639
Octal1051743361055401533210671
Binary1000101111110011011110100010110110001101110110101000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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