Html Css Color HEX #457EFA Royal Blue

📋 copy color: '#457EFA'

red 69 ◦ green 126 ◦ blue 250

#457EFA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #457EFA

Tints of Royal Blue #457EFA

RGB

 RED value IS 69 (27.34% from 255) = 15.51%

 GREEN value IS 126 (49.61% from 255) = 28.31%

 BLUE value IS 250 (98.05% from 255) = 56.18%

R = 15.51%
G = 28.31%
B = 56.18%

CMYK

 C value IS 0.72

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#457EFA (or 0x457EFA) is known color: Royal Blue. HEX triplet: 45, 7E and FA. RGB value is (69,126,250). Sum of RGB (Red+Green+Blue) = 69+126+250=445 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.51% from 445); Green value is 126 (49.61% from 255 or 28.31% from 445); Blue value is 250 (98.05% from 255 or 56.18% from 445); Max value from RGB is 250 - color contains mainly: blue. Hex color #457EFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #457EFA is #BA8105. Grayscale: #7A7A7A. Windows color (decimal): -12222726 or 16416325. OLE color: 16416325.

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

Color convert

RGB 69 126 250 -
CMYK 0.72 0.50 0 0.02
HSL 221.11º 0.95% 0.63% -
HSV(B) 221.11º 0.72% 0.98% -
XYZ 27.17 23.09 93.47 -
YUV 123.09 199.62 89.42 -
System Red Green Blue C M Y K H S L
Decimal 69 126 250 0.72 0.50 0 0.02 221.11 0.95 0.63
Hex 45 7E FA 48 32 0 2 DD 5F 3F
Octal 105 176 372 110 62 0 2 335 137 77
Binary 1000101 1111110 11111010 1001000 110010 0 10 11011101 1011111 111111

Color Harmonies of #457EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457EFA

Black with #457EFA

Text Example


Text Example

White with #457EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #457EFA;
 }
 .AnyTagClassName
 {
   color: #457EFA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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