#457DDE

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

Shades of Royal Blue #457DDE

Tints of Royal Blue #457DDE

Color information

#457DDE (or 0x457DDE) is unknown color: approx Royal Blue. HEX triplet: 45, 7D and DE. RGB value is (69,125,222). Sum of RGB (Red+Green+Blue) = 69+125+222=416 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.59% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 222 (87.11% from 255 or 53.37% from 416); Max value from RGB is 222 - color contains mainly: blue. Hex color #457DDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457DDE is #BA8221. Grayscale: #767676. Windows color (decimal): -12223010 or 14581061. OLE color: 14581061.

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

Color convert

RGB69125222-
CMYK0.690.4400.13
HSL218.04º69.86%57.06%-
HSV(B)218.04º68.92%87.06%-
XYZ22.9721.2171.99-
YUV119.31185.9592.11-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.59%
GREEN value IS 125 (49.22% from 255) = 30.05%
BLUE value IS 222 (87.11% from 255) = 53.37%
R=16.59%
G=30.05%
B=53.37%

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
Decimal691252220.690.4400.13218.0469.8657.06
Hex457DDE452C0Dda4639
Octal1051753361055401533210671
Binary1000101111110111011110100010110110001101110110101000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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