Html Css Color HEX #457CE0 Royal Blue

📋 copy color: '#457CE0'

red 69 ◦ green 124 ◦ blue 224

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

Shades of Royal Blue #457CE0

Tints of Royal Blue #457CE0

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.74%

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

R = 16.55%
G = 29.74%
B = 53.72%

CMYK

 C value IS 0.69

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#457CE0 (or 0x457CE0) is known color: Royal Blue. HEX triplet: 45, 7C and E0. RGB value is (69,124,224). Sum of RGB (Red+Green+Blue) = 69+124+224=417 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.55% from 417); Green value is 124 (48.83% from 255 or 29.74% from 417); Blue value is 224 (87.89% from 255 or 53.72% from 417); Max value from RGB is 224 - color contains mainly: blue. Hex color #457CE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457CE0 is #BA831F. Grayscale: #767676. Windows color (decimal): -12223264 or 14711877. OLE color: 14711877.

HSL color Cylindrical-coordinate representation of color #457CE0: hue angle of 218.71º 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 #457CE0 is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 69 124 224 -
CMYK 0.69 0.45 0 0.12
HSL 218.71º 0.71% 0.57% -
HSV(B) 218.71º 0.69% 0.88% -
XYZ 23.12 21.06 73.37 -
YUV 118.96 187.28 92.37 -
System Red Green Blue C M Y K H S L
Decimal 69 124 224 0.69 0.45 0 0.12 218.71 0.71 0.57
Hex 45 7C E0 45 2D 0 C DB 47 39
Octal 105 174 340 105 55 0 14 333 107 71
Binary 1000101 1111100 11100000 1000101 101101 0 1100 11011011 1000111 111001

Color Harmonies of #457CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457CE0

Black with #457CE0

Text Example


Text Example

White with #457CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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