Html Css Color HEX #507AE5 Royal Blue

📋 copy color: '#507AE5'

red 80 ◦ green 122 ◦ blue 229

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

Shades of Royal Blue #507AE5

Tints of Royal Blue #507AE5

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.31%

 BLUE value IS 229 (89.84% from 255) = 53.13%

R = 18.56%
G = 28.31%
B = 53.13%

CMYK

 C value IS 0.65

 M value IS 0.47

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#507AE5 (or 0x507AE5) is known color: Royal Blue. HEX triplet: 50, 7A and E5. RGB value is (80,122,229). Sum of RGB (Red+Green+Blue) = 80+122+229=431 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.56% from 431); Green value is 122 (48.05% from 255 or 28.31% from 431); Blue value is 229 (89.84% from 255 or 53.13% from 431); Max value from RGB is 229 - color contains mainly: blue. Hex color #507AE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507AE5 is #AF851A. Grayscale: #797979. Windows color (decimal): -11502875 or 15039056. OLE color: 15039056.

HSL color Cylindrical-coordinate representation of color #507AE5: hue angle of 223.09º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #507AE5 is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 80 122 229 -
CMYK 0.65 0.47 0 0.10
HSL 223.09º 0.74% 0.61% -
HSV(B) 223.09º 0.65% 0.9% -
XYZ 24.41 21.28 76.95 -
YUV 121.64 188.59 98.3 -
System Red Green Blue C M Y K H S L
Decimal 80 122 229 0.65 0.47 0 0.10 223.09 0.74 0.61
Hex 50 7A E5 41 2F 0 A DF 4A 3D
Octal 120 172 345 101 57 0 12 337 112 75
Binary 1010000 1111010 11100101 1000001 101111 0 1010 11011111 1001010 111101

Color Harmonies of #507AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507AE5

Black with #507AE5

Text Example


Text Example

White with #507AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,122,229); }

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

background-color css

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

 a { background-color: rgb(80,122,229); }

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

border-color css

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

 span { border-color: rgb(80,122,229); }

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