Html Css Color HEX #457EDC Royal Blue

📋 copy color: '#457EDC'

red 69 ◦ green 126 ◦ blue 220

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

Shades of Royal Blue #457EDC

Tints of Royal Blue #457EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.01%

R = 16.63%
G = 30.36%
B = 53.01%

CMYK

 C value IS 0.69

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#457EDC (or 0x457EDC) is known color: Royal Blue. HEX triplet: 45, 7E and DC. RGB value is (69,126,220). Sum of RGB (Red+Green+Blue) = 69+126+220=415 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.63% from 415); Green value is 126 (49.61% from 255 or 30.36% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #457EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457EDC is #BA8123. Grayscale: #777777. Windows color (decimal): -12222756 or 14450245. OLE color: 14450245.

HSL color Cylindrical-coordinate representation of color #457EDC: hue angle of 217.35º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #457EDC is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 69 126 220 -
CMYK 0.69 0.43 0 0.14
HSL 217.35º 0.68% 0.57% -
HSV(B) 217.35º 0.69% 0.86% -
XYZ 22.83 21.35 70.63 -
YUV 119.67 184.62 91.86 -
System Red Green Blue C M Y K H S L
Decimal 69 126 220 0.69 0.43 0 0.14 217.35 0.68 0.57
Hex 45 7E DC 45 2B 0 E D9 44 39
Octal 105 176 334 105 53 0 16 331 104 71
Binary 1000101 1111110 11011100 1000101 101011 0 1110 11011001 1000100 111001

Color Harmonies of #457EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457EDC

Black with #457EDC

Text Example


Text Example

White with #457EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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