Html Css Color HEX #457EE0 Royal Blue

📋 copy color: '#457EE0'

red 69 ◦ green 126 ◦ blue 224

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

Shades of Royal Blue #457EE0

Tints of Royal Blue #457EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 53.46%

R = 16.47%
G = 30.07%
B = 53.46%

CMYK

 C value IS 0.69

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#457EE0 (or 0x457EE0) is known color: Royal Blue. HEX triplet: 45, 7E and E0. RGB value is (69,126,224). Sum of RGB (Red+Green+Blue) = 69+126+224=419 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.47% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 224 (87.89% from 255 or 53.46% from 419); Max value from RGB is 224 - color contains mainly: blue. Hex color #457EE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457EE0 is #BA811F. Grayscale: #777777. Windows color (decimal): -12222752 or 14712389. OLE color: 14712389.

HSL color Cylindrical-coordinate representation of color #457EE0: hue angle of 217.94º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #457EE0 is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 69 126 224 -
CMYK 0.69 0.44 0 0.12
HSL 217.94º 0.71% 0.57% -
HSV(B) 217.94º 0.69% 0.88% -
XYZ 23.37 21.57 73.45 -
YUV 120.13 186.62 91.53 -
System Red Green Blue C M Y K H S L
Decimal 69 126 224 0.69 0.44 0 0.12 217.94 0.71 0.57
Hex 45 7E E0 45 2C 0 C DA 47 39
Octal 105 176 340 105 54 0 14 332 107 71
Binary 1000101 1111110 11100000 1000101 101100 0 1100 11011010 1000111 111001

Color Harmonies of #457EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457EE0

Black with #457EE0

Text Example


Text Example

White with #457EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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