#457DEE

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

Shades of Royal Blue #457DEE

Tints of Royal Blue #457DEE

Color information

#457DEE (or 0x457DEE) is unknown color: approx Royal Blue. HEX triplet: 45, 7D and EE. RGB value is (69,125,238). Sum of RGB (Red+Green+Blue) = 69+125+238=432 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.97% from 432); Green value is 125 (49.22% from 255 or 28.94% from 432); Blue value is 238 (93.36% from 255 or 55.09% from 432); Max value from RGB is 238 - color contains mainly: blue. Hex color #457DEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #457DEE is #BA8211. Grayscale: #787878. Windows color (decimal): -12222994 or 15629637. OLE color: 15629637.

HSL color Cylindrical-coordinate representation of color #457DEE: hue angle of 220.12º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #457DEE is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB69125238-
CMYK0.710.4700.07
HSL220.12º83.25%60.2%-
HSV(B)220.12º71.01%93.33%-
XYZ25.2222.1183.83-
YUV121.14193.9590.81-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 15.97%
GREEN value IS 125 (49.22% from 255) = 28.94%
BLUE value IS 238 (93.36% from 255) = 55.09%
R=15.97%
G=28.94%
B=55.09%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal691252380.710.4700.07220.1283.2560.2
Hex457DEE472F07dc533c
Octal105175356107570733412374
Binary100010111111011110111010001111011110111110111001010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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