#457DFD

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

Shades of Royal Blue #457DFD

Tints of Royal Blue #457DFD

Color information

#457DFD (or 0x457DFD) is unknown color: approx Royal Blue. HEX triplet: 45, 7D and FD. RGB value is (69,125,253). Sum of RGB (Red+Green+Blue) = 69+125+253=447 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.44% from 447); Green value is 125 (49.22% from 255 or 27.96% from 447); Blue value is 253 (99.22% from 255 or 56.60% from 447); Max value from RGB is 253 - color contains mainly: blue. Hex color #457DFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #457DFD is #BA8202. Grayscale: #7A7A7A. Windows color (decimal): -12222979 or 16612677. OLE color: 16612677.

HSL color Cylindrical-coordinate representation of color #457DFD: hue angle of 221.74º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #457DFD is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB69125253-
CMYK0.730.5100.01
HSL221.74º97.87%63.14%-
HSV(B)221.74º72.73%99.22%-
XYZ27.5223.0295.92-
YUV122.85201.4589.59-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 15.44%
GREEN value IS 125 (49.22% from 255) = 27.96%
BLUE value IS 253 (99.22% from 255) = 56.60%
R=15.44%
G=27.96%
B=56.60%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal691252530.730.5100.01221.7497.8763.14
Hex457DFD493301de623f
Octal105175375111630133614277
Binary1000101111110111111101100100111001101110111101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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