Html Css Color HEX #507EEA Royal Blue

📋 copy color: '#507EEA'

red 80 ◦ green 126 ◦ blue 234

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

Shades of Royal Blue #507EEA

Tints of Royal Blue #507EEA

RGB

 RED value IS 80 (31.64% from 255) = 18.18%

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

 BLUE value IS 234 (91.8% from 255) = 53.18%

R = 18.18%
G = 28.64%
B = 53.18%

CMYK

 C value IS 0.66

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#507EEA (or 0x507EEA) is known color: Royal Blue. HEX triplet: 50, 7E and EA. RGB value is (80,126,234). Sum of RGB (Red+Green+Blue) = 80+126+234=440 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.18% from 440); Green value is 126 (49.61% from 255 or 28.64% from 440); Blue value is 234 (91.80% from 255 or 53.18% from 440); Max value from RGB is 234 - color contains mainly: blue. Hex color #507EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #507EEA is #AF8115. Grayscale: #7C7C7C. Windows color (decimal): -11501846 or 15367760. OLE color: 15367760.

HSL color Cylindrical-coordinate representation of color #507EEA: hue angle of 222.08º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #507EEA is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 126 234 -
CMYK 0.66 0.46 0 0.08
HSL 222.08º 0.79% 0.62% -
HSV(B) 222.08º 0.66% 0.92% -
XYZ 25.62 22.57 80.85 -
YUV 124.56 189.76 96.22 -
System Red Green Blue C M Y K H S L
Decimal 80 126 234 0.66 0.46 0 0.08 222.08 0.79 0.62
Hex 50 7E EA 42 2E 0 8 DE 4F 3E
Octal 120 176 352 102 56 0 10 336 117 76
Binary 1010000 1111110 11101010 1000010 101110 0 1000 11011110 1001111 111110

Color Harmonies of #507EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507EEA

Black with #507EEA

Text Example


Text Example

White with #507EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507EEA; }

 p { color: rgb(80,126,234); }

 H1.HeaderClassName
 {
   color: #507EEA;
 }
 .AnyTagClassName
 {
   color: #507EEA;
 }
</style>

background-color css

<style>
 a { background-color: #507EEA; }

 a { background-color: rgb(80,126,234); }

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

border-color css

<style>
 span { border-color: #507EEA; }

 span { border-color: rgb(80,126,234); }

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