Html Css Color HEX #457ED7 Royal Blue

📋 copy color: '#457ED7'

red 69 ◦ green 126 ◦ blue 215

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

Shades of Royal Blue #457ED7

Tints of Royal Blue #457ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 52.44%

R = 16.83%
G = 30.73%
B = 52.44%

CMYK

 C value IS 0.68

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#457ED7 (or 0x457ED7) is known color: Royal Blue. HEX triplet: 45, 7E and D7. RGB value is (69,126,215). Sum of RGB (Red+Green+Blue) = 69+126+215=410 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.83% from 410); Green value is 126 (49.61% from 255 or 30.73% from 410); Blue value is 215 (84.38% from 255 or 52.44% from 410); Max value from RGB is 215 - color contains mainly: blue. Hex color #457ED7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457ED7 is #BA8128. Grayscale: #767676. Windows color (decimal): -12222761 or 14122565. OLE color: 14122565.

HSL color Cylindrical-coordinate representation of color #457ED7: hue angle of 216.58º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #457ED7 is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 69 126 215 -
CMYK 0.68 0.41 0 0.16
HSL 216.58º 0.65% 0.56% -
HSV(B) 216.58º 0.68% 0.84% -
XYZ 22.18 21.09 67.19 -
YUV 119.1 182.12 92.26 -
System Red Green Blue C M Y K H S L
Decimal 69 126 215 0.68 0.41 0 0.16 216.58 0.65 0.56
Hex 45 7E D7 44 29 0 10 D9 41 38
Octal 105 176 327 104 51 0 20 331 101 70
Binary 1000101 1111110 11010111 1000100 101001 0 10000 11011001 1000001 111000

Color Harmonies of #457ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457ED7

Black with #457ED7

Text Example


Text Example

White with #457ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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