Html Css Color HEX #507FED Royal Blue

📋 copy color: '#507FED'

red 80 ◦ green 127 ◦ blue 237

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

Shades of Royal Blue #507FED

Tints of Royal Blue #507FED

RGB

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

 GREEN value IS 127 (50% from 255) = 28.6%

 BLUE value IS 237 (92.97% from 255) = 53.38%

R = 18.02%
G = 28.6%
B = 53.38%

CMYK

 C value IS 0.66

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#507FED (or 0x507FED) is known color: Royal Blue. HEX triplet: 50, 7F and ED. RGB value is (80,127,237). Sum of RGB (Red+Green+Blue) = 80+127+237=444 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.02% from 444); Green value is 127 (50% from 255 or 28.60% from 444); Blue value is 237 (92.97% from 255 or 53.38% from 444); Max value from RGB is 237 - color contains mainly: blue. Hex color #507FED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #507FED is #AF8012. Grayscale: #7D7D7D. Windows color (decimal): -11501587 or 15564624. OLE color: 15564624.

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

Color convert

RGB 80 127 237 -
CMYK 0.66 0.46 0 0.07
HSL 222.04º 0.81% 0.62% -
HSV(B) 222.04º 0.66% 0.93% -
XYZ 26.18 23 83.18 -
YUV 125.49 190.93 95.56 -
System Red Green Blue C M Y K H S L
Decimal 80 127 237 0.66 0.46 0 0.07 222.04 0.81 0.62
Hex 50 7F ED 42 2E 0 7 DE 51 3E
Octal 120 177 355 102 56 0 7 336 121 76
Binary 1010000 1111111 11101101 1000010 101110 0 111 11011110 1010001 111110

Color Harmonies of #507FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507FED

Black with #507FED

Text Example


Text Example

White with #507FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,127,237); }

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

background-color css

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

 a { background-color: rgb(80,127,237); }

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

border-color css

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

 span { border-color: rgb(80,127,237); }

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