Html Css Color HEX #457EDB Royal Blue

📋 copy color: '#457EDB'

red 69 ◦ green 126 ◦ blue 219

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

Shades of Royal Blue #457EDB

Tints of Royal Blue #457EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.9%

R = 16.67%
G = 30.43%
B = 52.9%

CMYK

 C value IS 0.68

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#457EDB (or 0x457EDB) is known color: Royal Blue. HEX triplet: 45, 7E and DB. RGB value is (69,126,219). Sum of RGB (Red+Green+Blue) = 69+126+219=414 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.67% from 414); Green value is 126 (49.61% from 255 or 30.43% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #457EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457EDB is #BA8124. Grayscale: #777777. Windows color (decimal): -12222757 or 14384709. OLE color: 14384709.

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

Color convert

RGB 69 126 219 -
CMYK 0.68 0.42 0 0.14
HSL 217.2º 0.68% 0.56% -
HSV(B) 217.2º 0.68% 0.86% -
XYZ 22.7 21.3 69.93 -
YUV 119.56 184.12 91.94 -
System Red Green Blue C M Y K H S L
Decimal 69 126 219 0.68 0.42 0 0.14 217.2 0.68 0.56
Hex 45 7E DB 44 2A 0 E D9 44 38
Octal 105 176 333 104 52 0 16 331 104 70
Binary 1000101 1111110 11011011 1000100 101010 0 1110 11011001 1000100 111000

Color Harmonies of #457EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457EDB

Black with #457EDB

Text Example


Text Example

White with #457EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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