Html Css Color HEX #457EEB Royal Blue

📋 copy color: '#457EEB'

red 69 ◦ green 126 ◦ blue 235

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

Shades of Royal Blue #457EEB

Tints of Royal Blue #457EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 54.65%

R = 16.05%
G = 29.3%
B = 54.65%

CMYK

 C value IS 0.71

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#457EEB (or 0x457EEB) is known color: Royal Blue. HEX triplet: 45, 7E and EB. RGB value is (69,126,235). Sum of RGB (Red+Green+Blue) = 69+126+235=430 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.05% from 430); Green value is 126 (49.61% from 255 or 29.30% from 430); Blue value is 235 (92.19% from 255 or 54.65% from 430); Max value from RGB is 235 - color contains mainly: blue. Hex color #457EEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #457EEB is #BA8114. Grayscale: #787878. Windows color (decimal): -12222741 or 15433285. OLE color: 15433285.

HSL color Cylindrical-coordinate representation of color #457EEB: hue angle of 219.4º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #457EEB is Cyan = 0.71, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 69 126 235 -
CMYK 0.71 0.46 0 0.08
HSL 219.4º 0.81% 0.6% -
HSV(B) 219.4º 0.71% 0.92% -
XYZ 24.91 22.19 81.57 -
YUV 121.38 192.12 90.64 -
System Red Green Blue C M Y K H S L
Decimal 69 126 235 0.71 0.46 0 0.08 219.4 0.81 0.6
Hex 45 7E EB 47 2E 0 8 DB 51 3C
Octal 105 176 353 107 56 0 10 333 121 74
Binary 1000101 1111110 11101011 1000111 101110 0 1000 11011011 1010001 111100

Color Harmonies of #457EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457EEB

Black with #457EEB

Text Example


Text Example

White with #457EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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