#457CF0

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

Shades of Royal Blue #457CF0

Tints of Royal Blue #457CF0

Color information

#457CF0 (or 0x457CF0) is unknown color: approx Royal Blue. HEX triplet: 45, 7C and F0. RGB value is (69,124,240). Sum of RGB (Red+Green+Blue) = 69+124+240=433 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.94% from 433); Green value is 124 (48.83% from 255 or 28.64% from 433); Blue value is 240 (94.14% from 255 or 55.43% from 433); Max value from RGB is 240 - color contains mainly: blue. Hex color #457CF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #457CF0 is #BA830F. Grayscale: #787878. Windows color (decimal): -12223248 or 15760453. OLE color: 15760453.

HSL color Cylindrical-coordinate representation of color #457CF0: hue angle of 220.7º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #457CF0 is Cyan = 0.71, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB69124240-
CMYK0.710.4800.06
HSL220.7º85.07%60.59%-
HSV(B)220.7º71.25%94.12%-
XYZ25.3921.9785.34-
YUV120.78195.2891.07-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 15.94%
GREEN value IS 124 (48.83% from 255) = 28.64%
BLUE value IS 240 (94.14% from 255) = 55.43%
R=15.94%
G=28.64%
B=55.43%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal691242400.710.4800.06220.785.0760.59
Hex457CF0473006dd553d
Octal105174360107600633512575
Binary100010111111001111000010001111100000110110111011010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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