#457BF3

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

Shades of Royal Blue #457BF3

Tints of Royal Blue #457BF3

Color information

#457BF3 (or 0x457BF3) is unknown color: approx Royal Blue. HEX triplet: 45, 7B and F3. RGB value is (69,123,243). Sum of RGB (Red+Green+Blue) = 69+123+243=435 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.86% from 435); Green value is 123 (48.44% from 255 or 28.28% from 435); Blue value is 243 (95.31% from 255 or 55.86% from 435); Max value from RGB is 243 - color contains mainly: blue. Hex color #457BF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #457BF3 is #BA840C. Grayscale: #787878. Windows color (decimal): -12223501 or 15956805. OLE color: 15956805.

HSL color Cylindrical-coordinate representation of color #457BF3: hue angle of 221.38º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #457BF3 is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB69123243-
CMYK0.720.4900.05
HSL221.38º87.88%61.18%-
HSV(B)221.38º71.6%95.29%-
XYZ25.7121.987.67-
YUV120.53197.1191.24-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 15.86%
GREEN value IS 123 (48.44% from 255) = 28.28%
BLUE value IS 243 (95.31% from 255) = 55.86%
R=15.86%
G=28.28%
B=55.86%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal691232430.720.4900.05221.3887.8861.18
Hex457BF3483105dd583d
Octal105173363110610533513075
Binary100010111110111111001110010001100010101110111011011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457BF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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