Html Css Color HEX #507EF1 Royal Blue

📋 copy color: '#507EF1'

red 80 ◦ green 126 ◦ blue 241

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

Shades of Royal Blue #507EF1

Tints of Royal Blue #507EF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 53.91%

R = 17.9%
G = 28.19%
B = 53.91%

CMYK

 C value IS 0.67

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#507EF1 (or 0x507EF1) is known color: Royal Blue. HEX triplet: 50, 7E and F1. RGB value is (80,126,241). Sum of RGB (Red+Green+Blue) = 80+126+241=447 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.90% from 447); Green value is 126 (49.61% from 255 or 28.19% from 447); Blue value is 241 (94.53% from 255 or 53.91% from 447); Max value from RGB is 241 - color contains mainly: blue. Hex color #507EF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #507EF1 is #AF810E. Grayscale: #7C7C7C. Windows color (decimal): -11501839 or 15826512. OLE color: 15826512.

HSL color Cylindrical-coordinate representation of color #507EF1: hue angle of 222.86º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #507EF1 is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 80 126 241 -
CMYK 0.67 0.48 0 0.05
HSL 222.86º 0.85% 0.63% -
HSV(B) 222.86º 0.67% 0.95% -
XYZ 26.65 22.98 86.25 -
YUV 125.36 193.26 95.65 -
System Red Green Blue C M Y K H S L
Decimal 80 126 241 0.67 0.48 0 0.05 222.86 0.85 0.63
Hex 50 7E F1 43 30 0 5 DF 55 3F
Octal 120 176 361 103 60 0 5 337 125 77
Binary 1010000 1111110 11110001 1000011 110000 0 101 11011111 1010101 111111

Color Harmonies of #507EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507EF1

Black with #507EF1

Text Example


Text Example

White with #507EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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