#457BFA

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

Shades of Royal Blue #457BFA

Tints of Royal Blue #457BFA

Color information

#457BFA (or 0x457BFA) is unknown color: approx Royal Blue. HEX triplet: 45, 7B and FA. RGB value is (69,123,250). Sum of RGB (Red+Green+Blue) = 69+123+250=442 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.61% from 442); Green value is 123 (48.44% from 255 or 27.83% from 442); Blue value is 250 (98.05% from 255 or 56.56% from 442); Max value from RGB is 250 - color contains mainly: blue. Hex color #457BFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #457BFA is #BA8405. Grayscale: #787878. Windows color (decimal): -12223494 or 16415557. OLE color: 16415557.

HSL color Cylindrical-coordinate representation of color #457BFA: hue angle of 222.1º 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 #457BFA is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB69123250-
CMYK0.720.5100.02
HSL222.1º94.76%62.55%-
HSV(B)222.1º72.4%98.04%-
XYZ26.7922.3393.34-
YUV121.33200.6190.67-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 15.61%
GREEN value IS 123 (48.44% from 255) = 27.83%
BLUE value IS 250 (98.05% from 255) = 56.56%
R=15.61%
G=27.83%
B=56.56%

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
Decimal691232500.720.5100.02222.194.7662.55
Hex457BFA483302de5f3f
Octal105173372110630233613777
Binary10001011111011111110101001000110011010110111101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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