Html Css Color HEX #457EDE Royal Blue

📋 copy color: '#457EDE'

red 69 ◦ green 126 ◦ blue 222

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

Shades of Royal Blue #457EDE

Tints of Royal Blue #457EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 53.24%

R = 16.55%
G = 30.22%
B = 53.24%

CMYK

 C value IS 0.69

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#457EDE (or 0x457EDE) is known color: Royal Blue. HEX triplet: 45, 7E and DE. RGB value is (69,126,222). Sum of RGB (Red+Green+Blue) = 69+126+222=417 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.55% from 417); Green value is 126 (49.61% from 255 or 30.22% from 417); Blue value is 222 (87.11% from 255 or 53.24% from 417); Max value from RGB is 222 - color contains mainly: blue. Hex color #457EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457EDE is #BA8121. Grayscale: #777777. Windows color (decimal): -12222754 or 14581317. OLE color: 14581317.

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

Color convert

RGB 69 126 222 -
CMYK 0.69 0.43 0 0.13
HSL 217.65º 0.7% 0.57% -
HSV(B) 217.65º 0.69% 0.87% -
XYZ 23.1 21.46 72.03 -
YUV 119.9 185.62 91.69 -
System Red Green Blue C M Y K H S L
Decimal 69 126 222 0.69 0.43 0 0.13 217.65 0.7 0.57
Hex 45 7E DE 45 2B 0 D DA 46 39
Octal 105 176 336 105 53 0 15 332 106 71
Binary 1000101 1111110 11011110 1000101 101011 0 1101 11011010 1000110 111001

Color Harmonies of #457EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457EDE

Black with #457EDE

Text Example


Text Example

White with #457EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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