Html Css Color HEX #507AF7 Royal Blue

📋 copy color: '#507AF7'

red 80 ◦ green 122 ◦ blue 247

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

Shades of Royal Blue #507AF7

Tints of Royal Blue #507AF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 55.01%

R = 17.82%
G = 27.17%
B = 55.01%

CMYK

 C value IS 0.68

 M value IS 0.51

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#507AF7 (or 0x507AF7) is known color: Royal Blue. HEX triplet: 50, 7A and F7. RGB value is (80,122,247). Sum of RGB (Red+Green+Blue) = 80+122+247=449 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.82% from 449); Green value is 122 (48.05% from 255 or 27.17% from 449); Blue value is 247 (96.88% from 255 or 55.01% from 449); Max value from RGB is 247 - color contains mainly: blue. Hex color #507AF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #507AF7 is #AF8508. Grayscale: #7B7B7B. Windows color (decimal): -11502857 or 16218704. OLE color: 16218704.

HSL color Cylindrical-coordinate representation of color #507AF7: hue angle of 224.91º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #507AF7 is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 80 122 247 -
CMYK 0.68 0.51 0 0.03
HSL 224.91º 0.91% 0.64% -
HSV(B) 224.91º 0.68% 0.97% -
XYZ 27.06 22.34 90.88 -
YUV 123.69 197.59 96.84 -
System Red Green Blue C M Y K H S L
Decimal 80 122 247 0.68 0.51 0 0.03 224.91 0.91 0.64
Hex 50 7A F7 44 33 0 3 E1 5B 40
Octal 120 172 367 104 63 0 3 341 133 100
Binary 1010000 1111010 11110111 1000100 110011 0 11 11100001 1011011 1000000

Color Harmonies of #507AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507AF7

Black with #507AF7

Text Example


Text Example

White with #507AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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