#457AFA

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

Shades of Royal Blue #457AFA

Tints of Royal Blue #457AFA

Color information

#457AFA (or 0x457AFA) is unknown color: approx Royal Blue. HEX triplet: 45, 7A and FA. RGB value is (69,122,250). Sum of RGB (Red+Green+Blue) = 69+122+250=441 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.65% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 250 (98.05% from 255 or 56.69% from 441); Max value from RGB is 250 - color contains mainly: blue. Hex color #457AFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #457AFA is #BA8505. Grayscale: #787878. Windows color (decimal): -12223750 or 16415301. OLE color: 16415301.

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

Color convert

RGB69122250-
CMYK0.720.5100.02
HSL222.43º94.76%62.55%-
HSV(B)222.43º72.4%98.04%-
XYZ26.6722.0993.3-
YUV120.74200.9491.09-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 15.65%
GREEN value IS 122 (48.05% from 255) = 27.66%
BLUE value IS 250 (98.05% from 255) = 56.69%
R=15.65%
G=27.66%
B=56.69%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal691222500.720.5100.02222.4394.7662.55
Hex457AFA483302de5f3f
Octal105172372110630233613777
Binary10001011111010111110101001000110011010110111101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,122,250); }

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

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

 a { background-color: rgb(69,122,250); }

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

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

 span { border-color: rgb(69,122,250); }

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