#457EFC

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

Shades of Royal Blue #457EFC

Tints of Royal Blue #457EFC

Color information

#457EFC (or 0x457EFC) is unknown color: approx Royal Blue. HEX triplet: 45, 7E and FC. RGB value is (69,126,252). Sum of RGB (Red+Green+Blue) = 69+126+252=447 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.44% from 447); Green value is 126 (49.61% from 255 or 28.19% from 447); Blue value is 252 (98.83% from 255 or 56.38% from 447); Max value from RGB is 252 - color contains mainly: blue. Hex color #457EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #457EFC is #BA8103. Grayscale: #7A7A7A. Windows color (decimal): -12222724 or 16547397. OLE color: 16547397.

HSL color Cylindrical-coordinate representation of color #457EFC: hue angle of 221.31º degrees, saturation: 0.97, 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 #457EFC is Cyan = 0.73, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB69126252-
CMYK0.730.500.01
HSL221.31º96.83%62.94%-
HSV(B)221.31º72.62%98.82%-
XYZ27.4923.2295.13-
YUV123.32200.6289.25-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 15.44%
GREEN value IS 126 (49.61% from 255) = 28.19%
BLUE value IS 252 (98.83% from 255) = 56.38%
R=15.44%
G=28.19%
B=56.38%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal691262520.730.500.01221.3196.8362.94
Hex457EFC493201dd613f
Octal105176374111620133514177
Binary1000101111111011111100100100111001001110111011100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,126,252); }

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

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

 a { background-color: rgb(69,126,252); }

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

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

 span { border-color: rgb(69,126,252); }

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